Home
last modified time | relevance | path

Searched refs:fWeightedFraction (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff.h117 , fWeightedFraction(0) in DiffRecord()
139 float fWeightedFraction; member
200 if (lhs->fWeightedFraction < rhs->fWeightedFraction) { in comparePixels()
203 if (lhs->fWeightedFraction > rhs->fWeightedFraction) { in comparePixels()
H A Dskdiff.cpp174 dr->fWeightedFraction = 0; in compute_diff()
190 dr->fWeightedFraction += ((float) value) / 255; in compute_diff()
220 dr->fWeightedFraction /= pixelCount; in compute_diff()
H A Dskdiff_html.cpp86 stream->writeDecAsText(diff.fWeightedFraction * in print_pixel_count()
120 sprintf(metricBuf, "%.4f%%", 100 * diff.fWeightedFraction); in print_label_cell()

Completed in 3 milliseconds