Lines Matching defs:pixel
104 SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bmp.rowBytes() + x * bmp.bytesPerPixel());
105 *pixel = get_src_color(x, y);
134 SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bitmap->rowBytes() + x * bitmap->bytesPerPixel());
135 *pixel = initColor;
216 const uint32_t* pixel = bitmap.getAddr32(bx, by);
228 SkPMColor pmPixel = convert_to_pmcolor(bmpCT, bmpAT, pixel, &didPremul);
231 "Expected readback pixel (%d, %d) value 0x%08x, got 0x%08x. "
239 if (origDstPixel != *pixel) {
241 "Expected 0x%08x, got 0x%08x", origDstPixel, *pixel);
383 // plus a tail pixel.