Lines Matching refs:px1

854                 uint32_t px1 = val1 + val2;
856 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
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]));
973 uint32_t px1 = val1 + val2;
975 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
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]));
1065 uint32_t px1 = val1 + val2;
1067 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
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]));
1133 uint32_t px1 = val1 + val2;
1135 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
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]));
1268 int32_t px1 = arrayPx1[i];
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]));
1379 uint32_t px1 = val1 + val2;
1381 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
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]));
1566 uint32_t px1 = val1 + val2;
1568 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
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]));