Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/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()