Searched refs:pmPixel (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DReadPixelsTest.cpp225 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 DReadPixelsTest.cpp225 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 101 milliseconds