Home
last modified time | relevance | path

Searched refs:fMaxMismatchR (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/skdiff/
H A 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()
H A Dskdiff.cpp194 if (thisR > dr->fMaxMismatchR) { in compute_diff()
195 dr->fMaxMismatchR = thisR; in compute_diff()
H A Dskdiff_html.cpp145 stream->writeDecAsText(MAX3(diff.fMaxMismatchR, in print_label_cell()
H A Dskdiff_main.cpp199 mismatchValue = MAX3(drp.fMaxMismatchR, drp.fMaxMismatchG, in add()

Completed in 4 milliseconds