HomeSort by relevance Sort by last modified time
    Searched refs:canvasPixel (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
WritePixelsTest.cpp 219 SkPMColor canvasPixel = canvasPixels[cx];
228 bool check = checkPixel(bmpPMColor, canvasPixel, mul);
236 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
ReadPixelsTest.cpp 184 SkPMColor canvasPixel = getCanvasColor(devx, devy);
188 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul));

Completed in 70 milliseconds