Home
last modified time | relevance | path

Searched refs:fMaxError (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/samplecode/
H A DSampleFitCubicToCircle.cpp53 double fMaxError; // Max error (in pixels) between the cubic and the screen-space arc. member in SampleFitCubicToCircle
133 fMaxError = std::sqrt(errX*errX + errY*errY) - kRadius; in fitCubic()
134 fInfoStrings.push_back().printf("max error=%.5gpx", fMaxError); in fitCubic()
/third_party/skia/tools/skqp/src/
H A Dskqp_main.cpp128 } else if (outcome.fMaxError != 0) { in main()
129 out << "FAILED: " << testName << " (" << outcome.fMaxError << ")\n"; in main()
H A Dskqp_model.cpp71 result.fMaxError = std::max(error, result.fMaxError); in Check()
H A Dskqp.cpp323 if (modelResult.fOutcome.fMaxError <= passingThreshold) { in evaluateGM()
471 outcome.fMaxError, outcome.fBadPixelCount, outcome.fTotalError); in makeReport()
475 if (passingThreshold == -1 || outcome.fMaxError <= passingThreshold) { in makeReport()
H A Dskqp.h74 int fMaxError = 0; // maximum error of all pixel. member

Completed in 3 milliseconds