Home
last modified time | relevance | path

Searched refs:fFractionDifference (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/skdiff/
Dskdiff.h116 , fFractionDifference(0) in DiffRecord()
138 float fFractionDifference; member
187 if (lhs->fFractionDifference < rhs->fFractionDifference) { in comparePixels()
190 if (rhs->fFractionDifference < lhs->fFractionDifference) { in comparePixels()
Dskdiff_image.cpp338 printf("%.4f%% of pixels differ", 100 * dr.fFractionDifference); in main()
340 if (dr.fFractionDifference < 0.01) { in main()
341 printf(" %d pixels", static_cast<int>(dr.fFractionDifference * in main()
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()
Dskdiff.cpp219 dr->fFractionDifference = ((float) mismatchedPixels) / pixelCount; in compute_diff()
Dskdiff_main.cpp207 if (drp->fFractionDifference * 100 > fMaxMismatchPercent) { in add()
208 fMaxMismatchPercent = drp->fFractionDifference * 100; in add()