Home | History | Annotate | Download | only in tests

Lines Matching defs:srcPixel

1261             const uint32_t srcPixel = *srcBitmap.getAddr32(x, y);
1263 if (srcPixel != dstPixel) {
1265 x, y, srcPixel, dstPixel);
1269 x, y, srcPixel, dstPixel);
1398 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y);
1400 if (srcPixel != dstPixel) {
1402 x, y, srcPixel, dstPixel);