Home
last modified time | relevance | path

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

/external/skia/tests/
DWritePixelsTest.cpp165 static bool check_pixel(SkPMColor a, SkPMColor b, bool didPremulConversion) { in check_pixel() function
227 if (!check_pixel(bmpPMColor, canvasPixel, mul)) { in check_write()
/external/skia/src/core/
DSkLinearBitmapPipeline_core.h187 inline Sk4f SK_VECTORCALL check_pixel(const Sk4f& pixel) { in check_pixel() function
DSkLinearBitmapPipeline_sample.h662 return check_pixel(pixel); in spanSlowRate()
894 return check_pixel(pixel); in spanMediumRate()
DSkLinearBitmapPipeline.cpp323 check_pixel(pixel); in srcPixel()