Home
last modified time | relevance | path

Searched defs:comparePixels (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/skdiff/
Dskdiff.h186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function
214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function
235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function
/third_party/flutter/skia/tests/
DGrSurfaceTest.cpp357 auto comparePixels = [](const SkPixmap& p1, const SkPixmap& p2, skiatest::Reporter* reporter) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local