Home
last modified time | relevance | path

Searched refs:fMaxMismatchR (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/skdiff/
Dskdiff.h124 , fMaxMismatchR(0) in DiffRecord()
149 uint32_t fMaxMismatchR; member
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, in comparePixels()
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, in comparePixels()
Dskdiff.cpp194 if (thisR > dr->fMaxMismatchR) { in compute_diff()
195 dr->fMaxMismatchR = thisR; in compute_diff()
Dskdiff_image.cpp351 printf("%d", MAX3(dr.fMaxMismatchR, in main()
Dskdiff_html.cpp145 stream->writeDecAsText(MAX3(diff.fMaxMismatchR, in print_label_cell()
Dskdiff_main.cpp210 mismatchValue = MAX3(drp->fMaxMismatchR, drp->fMaxMismatchG, in add()