Home
last modified time | relevance | path

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

/third_party/skia/tools/skdiff/
H A Dskdiff.h125 , fMaxMismatchG(0) in DiffRecord()
150 uint32_t fMaxMismatchG; member
237 lhs->fMaxMismatchG, in comparePixels()
240 rhs->fMaxMismatchG, in comparePixels()
H A Dskdiff.cpp197 if (thisG > dr->fMaxMismatchG) { in compute_diff()
198 dr->fMaxMismatchG = thisG; in compute_diff()
H A Dskdiff_html.cpp146 diff.fMaxMismatchG, in print_label_cell()
H A Dskdiff_main.cpp199 mismatchValue = MAX3(drp.fMaxMismatchR, drp.fMaxMismatchG, in add()

Completed in 4 milliseconds