Searched refs:pmPixel (Results 1 - 2 of 2) sorted by relevance
/external/skia/tests/ |
H A D | ReadPixelsTest.cpp | 225 SkPMColor pmPixel = convert_to_pmcolor(ct, at, pixel, &didPremul); local 226 if (!check_read_pixel(pmPixel, canvasPixel, didPremul)) { 228 "Readback was unpremul: %d", bx, by, canvasPixel, pmPixel, didPremul);
|
/external/skqp/tests/ |
H A D | ReadPixelsTest.cpp | 225 SkPMColor pmPixel = convert_to_pmcolor(ct, at, pixel, &didPremul); local 226 if (!check_read_pixel(pmPixel, canvasPixel, didPremul)) { 228 "Readback was unpremul: %d", bx, by, canvasPixel, pmPixel, didPremul);
|
Completed in 199 milliseconds