Home
last modified time | relevance | path

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

/external/skia/tests/
DWritePixelsTest.cpp225 SkPMColor canvasPixel = canvasPixels[cx]; in checkWrite() local
234 bool check = checkPixel(bmpPMColor, canvasPixel, mul); in checkWrite()
242 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor)); in checkWrite()
DReadPixelsTest.cpp185 SkPMColor canvasPixel = getCanvasColor(devx, devy); in checkRead() local
189 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul)); in checkRead()
/external/chromium_org/third_party/skia/tests/
DWritePixelsTest.cpp219 SkPMColor canvasPixel = canvasPixels[cx]; in check_write() local
228 bool check = checkPixel(bmpPMColor, canvasPixel, mul); in check_write()
236 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor)); in check_write()
DReadPixelsTest.cpp184 SkPMColor canvasPixel = getCanvasColor(devx, devy); in checkRead() local
188 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul)); in checkRead()