Home
last modified time | relevance | path

Searched refs:fWeightedFraction (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/skdiff/
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()
Dskdiff.cpp174 dr->fWeightedFraction = 0; in compute_diff()
190 dr->fWeightedFraction += ((float) value) / 255; in compute_diff()
220 dr->fWeightedFraction /= pixelCount; in compute_diff()
Dskdiff_image.cpp339 printf(" (%.4f%% weighted)", 100 * dr.fWeightedFraction); in main()
Dskdiff_html.cpp120 sprintf(metricBuf, "%.4f%%", 100 * diff.fWeightedFraction); in print_label_cell()