HomeSort by relevance Sort by last modified time
    Searched full:mismatchedpixels (Results 1 - 1 of 1) sorted by null

  /external/skia/tools/
skdiff.cpp 168 int mismatchedPixels = 0;
206 mismatchedPixels++;
215 if (0 == mismatchedPixels) {
221 dr->fFractionDifference = ((float) mismatchedPixels) / pixelCount;

Completed in 166 milliseconds