Lines Matching refs:pixel
1229 // Find the size of the zoomed in view, forced to be odd, so the examined pixel is in the middle.
1256 // Draw a border around the pixel in the middle
1264 SkRect pixel;
1265 matrix.mapRect(&pixel, originalPixel);
1270 canvas->drawRect(pixel, paint);
1276 // Identify the pixel and its color on screen