Home
last modified time | relevance | path

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

/third_party/skia/tools/skdiff/
H A Dskdiff.h116 , fFractionDifference(0) in DiffRecord()
138 float fFractionDifference; member
182 /// Comparison routine for qsort; sorts by fFractionDifference
187 if (lhs->fFractionDifference < rhs->fFractionDifference) { in comparePixels()
190 if (rhs->fFractionDifference < lhs->fFractionDifference) { in comparePixels()
H A Dskdiff_html.cpp81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference * in print_pixel_count()
116 sprintf(metricBuf, "%.4f%%", 100 * diff.fFractionDifference); in print_label_cell()
124 if (diff.fFractionDifference < 0.01) { in print_label_cell()
H A Dskdiff.cpp219 dr->fFractionDifference = ((float) mismatchedPixels) / pixelCount; in compute_diff()
H A Dskdiff_main.cpp196 if (drp.fFractionDifference * 100 > fMaxMismatchPercent) { in add()
197 fMaxMismatchPercent = drp.fFractionDifference * 100; in add()

Completed in 6 milliseconds