HomeSort by relevance Sort by last modified time
    Searched full:thisa (Results 1 - 1 of 1) sorted by null

  /external/skia/tools/
skdiff.cpp 182 uint32_t thisA = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1));
186 totalMismatchA += thisA;
193 if (thisA > dr->fMaxMismatchA) {
194 dr->fMaxMismatchA = thisA;

Completed in 439 milliseconds