Home
last modified time | relevance | path

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

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