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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.cpp185 uint32_t thisB = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1)); local
189 totalMismatchB += thisB;
191 int value = MAX3(thisR, thisG, thisB);
202 if (thisB > dr->fMaxMismatchB) {
203 dr->fMaxMismatchB = thisB;
/external/skia/tools/
H A Dskdiff.cpp185 uint32_t thisB = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1)); local
189 totalMismatchB += thisB;
191 int value = MAX3(thisR, thisG, thisB);
202 if (thisB > dr->fMaxMismatchB) {
203 dr->fMaxMismatchB = thisB;

Completed in 51 milliseconds