Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.cpp166 int mismatchedPixels = 0; in compute_diff() local
204 mismatchedPixels++; in compute_diff()
213 if (0 == mismatchedPixels) { in compute_diff()
219 dr->fFractionDifference = ((float) mismatchedPixels) / pixelCount; in compute_diff()