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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.cpp170 int totalMismatchR = 0; local
187 totalMismatchR += thisR;
225 dr->fAverageMismatchR = ((float) totalMismatchR) / pixelCount;
/external/skia/tools/
H A Dskdiff.cpp170 int totalMismatchR = 0; local
187 totalMismatchR += thisR;
225 dr->fAverageMismatchR = ((float) totalMismatchR) / pixelCount;

Completed in 104 milliseconds