Searched refs:pmPixel (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 236 SkPMColor pmPixel = convert_to_pmcolor(ct, at, pixel, &didPremul); in check_read() local 237 if (!check_read_pixel(pmPixel, canvasPixel, didPremul)) { in check_read() 239 … "Readback was unpremul: %d", bx, by, canvasPixel, pmPixel, didPremul); in check_read()
|