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

/external/skia/tools/
H A Dskdiff.cpp143 static inline bool colors_match_thresholded(SkPMColor c0, SkPMColor c1, const int threshold) { function
205 if (!colors_match_thresholded(c0, c1, colorThreshold)) {

Completed in 38 milliseconds