Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPaintTest.cpp71 SkRect maxR = fillR; in DEF_TEST() local
76 maxR.inset(-inset, -inset); in DEF_TEST()
79 REPORTER_ASSERT(reporter, maxR.contains(strokeR)); in DEF_TEST()
H A DPathOpsAngleIdeas.cpp809 double maxR = SK_ScalarMax;
833 maxR = std::min(maxR, mDistance(reporter, agrees, quad1, quad2));
849 maxR = std::min(maxR, mDistance(reporter, agrees, q1, q2));
866 maxR = std::min(maxR, mDistance(reporter, agrees, q1, q2));
878 SkDebugf("maxR=%1.9g\n", maxR);
/third_party/vk-gl-cts/framework/common/
H A DtcuTexCompareVerifier.cpp123 const float maxR = result+err;
125 return (resultSet.isTrue && de::inRange(1.0f, minR, maxR)) ||
126 (resultSet.isFalse && de::inRange(0.0f, minR, maxR));
246 const float maxR = maxV+totalErr;
248 if (de::inRange(result, minR, maxR))
357 const float maxR = maxV+totalErr;
359 if (de::inRange(result, minR, maxR))
518 const float maxR = maxF+totalErr;
520 if (de::inRange(result, minR, maxR))

Completed in 5 milliseconds