Lines Matching defs:imgHead
858 uint8_t* imgHead = const_cast<uint8_t*>(in.info.data);
859 const Color16 p1 = *(reinterpret_cast<Color16*>(&imgHead[px1]));
860 const Color16 p2 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.pixelSize]));
861 const Color16 p3 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth]));
862 const Color16 p4 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
977 uint8_t* imgHead = const_cast<uint8_t*>(in.info.data);
978 const Color24 p1 = *(reinterpret_cast<Color24*>(&imgHead[px1]));
979 const Color24 p2 = *(reinterpret_cast<Color24*>(&imgHead[px1 + in.pixelSize]));
980 const Color24 p3 = *(reinterpret_cast<Color24*>(&imgHead[px1 + in.srcLineWidth]));
981 const Color24 p4 = *(reinterpret_cast<Color24*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1069 uint8_t* imgHead = const_cast<uint8_t*>(in.info.data);
1070 const ColorType p1 = *(reinterpret_cast<ColorType*>(&imgHead[px1]));
1071 const ColorType p2 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.pixelSize]));
1072 const ColorType p3 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1073 const ColorType p4 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1137 uint8_t* imgHead = const_cast<uint8_t*>(in.info.data);
1138 const ColorType p1 = *(reinterpret_cast<ColorType*>(&imgHead[px1]));
1139 const ColorType p2 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.pixelSize]));
1140 const ColorType p3 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1141 const ColorType p4 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1266 uint8_t* imgHead = const_cast<uint8_t*>(in.info.data);
1269 arrayp1[i] = *(reinterpret_cast<ColorType*>(&imgHead[px1]));
1270 arrayp2[i] = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.pixelSize]));
1271 arrayp3[i] = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1272 arrayp4[i] = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1383 uint8_t* imgHead = const_cast<uint8_t*>(in.info.data);
1384 const ColorType p1 = *(reinterpret_cast<ColorType*>(&imgHead[px1]));
1385 const ColorType p2 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.pixelSize]));
1386 const ColorType p3 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1387 const ColorType p4 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1570 uint8_t* imgHead = const_cast<uint8_t*>(in.info.data);
1575 Color24 p24 = *(reinterpret_cast<Color24*>(&imgHead[px1]));
1584 Color16 p16 = *(reinterpret_cast<Color16*>(&imgHead[px1]));
1593 Color32 p32 = *(reinterpret_cast<Color32*>(&imgHead[px1]));
1602 Color32 p32 = *(reinterpret_cast<Color32*>(&imgHead[px1]));