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

/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 148 milliseconds