Searched refs:comparePixels (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h172 int result = T::comparePixels(lhs, rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffMetrics
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffWeighted
214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffMeanMismatches
235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffMaxMismatches
249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs);
/external/skia/tools/
H A Dskdiff.h172 int result = T::comparePixels(lhs, rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffMetrics
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffWeighted
214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffMeanMismatches
235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { function in class:CompareDiffMaxMismatches
249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs);
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp139 bool comparePixels = (SkImageEncoder::kPNG_Type == type); local
140 compare_bitmaps(reporter, original, lazy, comparePixels);
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp139 bool comparePixels = (SkImageEncoder::kPNG_Type == type); local
140 compare_bitmaps(reporter, original, lazy, comparePixels);

Completed in 622 milliseconds