HomeSort by relevance Sort by last modified time
    Searched refs:fMaxMismatchR (Results 1 - 5 of 5) sorted by null

  /external/skia/tools/
skdiff.h 124 , fMaxMismatchR(0)
149 uint32_t fMaxMismatchR;
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR,
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR,
skdiff.cpp 196 if (thisR > dr->fMaxMismatchR) {
197 dr->fMaxMismatchR = thisR;
skdiff_image.cpp 355 printf("%d", MAX3(dr.fMaxMismatchR,
skdiff_html.cpp 145 stream->writeDecAsText(MAX3(diff.fMaxMismatchR,
skdiff_main.cpp 212 mismatchValue = MAX3(drp->fMaxMismatchR, drp->fMaxMismatchG,

Completed in 3580 milliseconds