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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h116 , fFractionDifference(0)
138 float fFractionDifference; member in struct:DiffRecord
182 /// Comparison routine for qsort; sorts by fFractionDifference
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {
H A Dskdiff_image.cpp342 printf("%.4f%% of pixels differ", 100 * dr.fFractionDifference);
344 if (dr.fFractionDifference < 0.01) {
345 printf(" %d pixels", static_cast<int>(dr.fFractionDifference *
H A Dskdiff_html.cpp81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference *
116 sprintf(metricBuf, "%.4f%%", 100 * diff.fFractionDifference);
124 if (diff.fFractionDifference < 0.01) {
H A Dskdiff.cpp221 dr->fFractionDifference = ((float) mismatchedPixels) / pixelCount;
H A Dskdiff_main.cpp170 if (drp->fFractionDifference * 100 > fMaxMismatchPercent) {
171 fMaxMismatchPercent = drp->fFractionDifference * 100;
/external/skia/tools/
H A Dskdiff.h116 , fFractionDifference(0)
138 float fFractionDifference; member in struct:DiffRecord
182 /// Comparison routine for qsort; sorts by fFractionDifference
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {
H A Dskdiff_image.cpp342 printf("%.4f%% of pixels differ", 100 * dr.fFractionDifference);
344 if (dr.fFractionDifference < 0.01) {
345 printf(" %d pixels", static_cast<int>(dr.fFractionDifference *
H A Dskdiff_html.cpp81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference *
116 sprintf(metricBuf, "%.4f%%", 100 * diff.fFractionDifference);
124 if (diff.fFractionDifference < 0.01) {
H A Dskdiff.cpp221 dr->fFractionDifference = ((float) mismatchedPixels) / pixelCount;
H A Dskdiff_main.cpp170 if (drp->fFractionDifference * 100 > fMaxMismatchPercent) {
171 fMaxMismatchPercent = drp->fFractionDifference * 100;

Completed in 198 milliseconds