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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.cpp171 int totalMismatchG = 0; local
188 totalMismatchG += thisG;
226 dr->fAverageMismatchG = ((float) totalMismatchG) / pixelCount;
/external/skia/tools/
H A Dskdiff.cpp171 int totalMismatchG = 0; local
188 totalMismatchG += thisG;
226 dr->fAverageMismatchG = ((float) totalMismatchG) / pixelCount;

Completed in 81 milliseconds