Searched refs:pmPixel (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | ReadPixelsTest.cpp | 228 SkPMColor pmPixel = convert_to_pmcolor(bmpCT, bmpAT, pixel, &didPremul); in check_read() local 229 if (!check_read_pixel(pmPixel, surfacePMColor, didPremul)) { in check_read() 233 bx, by, surfacePMColor, pmPixel, didPremul); in check_read()
|
/third_party/flutter/skia/tests/ |
D | ReadPixelsTest.cpp | 234 SkPMColor pmPixel = convert_to_pmcolor(bmpCT, bmpAT, pixel, &didPremul); in check_read() local 235 if (!check_read_pixel(pmPixel, surfacePMColor, didPremul)) { in check_read() 239 bx, by, surfacePMColor, pmPixel, didPremul); in check_read()
|