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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.cpp169 int totalMismatchA = 0; local
186 totalMismatchA += thisA;
223 dr->fTotalMismatchA = totalMismatchA;
224 dr->fAverageMismatchA = ((float) totalMismatchA) / pixelCount;
/external/skia/tools/
H A Dskdiff.cpp169 int totalMismatchA = 0; local
186 totalMismatchA += thisA;
223 dr->fTotalMismatchA = totalMismatchA;
224 dr->fAverageMismatchA = ((float) totalMismatchA) / pixelCount;

Completed in 395 milliseconds