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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.cpp184 uint32_t thisG = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1)); local
188 totalMismatchG += thisG;
191 int value = MAX3(thisR, thisG, thisB);
199 if (thisG > dr->fMaxMismatchG) {
200 dr->fMaxMismatchG = thisG;
/external/skia/tools/
H A Dskdiff.cpp184 uint32_t thisG = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1)); local
188 totalMismatchG += thisG;
191 int value = MAX3(thisR, thisG, thisB);
199 if (thisG > dr->fMaxMismatchG) {
200 dr->fMaxMismatchG = thisG;

Completed in 86 milliseconds