Home
last modified time | relevance | path

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

/external/skia/tests/
DReadPixelsTest.cpp201 SkPMColor pmPixel = convert_to_pmcolor(ct, at, pixel, &didPremul); in check_read() local
202 if (!check_read_pixel(pmPixel, canvasPixel, didPremul)) { in check_read()
204 "Readback was unpremul: %d", canvasPixel, pmPixel, didPremul); in check_read()