Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff.h172 int result = T::comparePixels(lhs, rhs); in compare()
186 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
249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs); in comparePixels()
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp138 bool comparePixels = (SkImageEncoder::kPNG_Type == type); in test_three_encodings() local
139 compare_bitmaps(reporter, original, lazy, comparePixels); in test_three_encodings()