Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsAngleIdeas.cpp812 double maxR = SK_ScalarMax; in DEF_TEST() local
836 maxR = SkTMin(maxR, mDistance(reporter, agrees, quad1, quad2)); in DEF_TEST()
852 maxR = SkTMin(maxR, mDistance(reporter, agrees, q1, q2)); in DEF_TEST()
869 maxR = SkTMin(maxR, mDistance(reporter, agrees, q1, q2)); in DEF_TEST()
881 SkDebugf("maxR=%1.9g\n", maxR); in DEF_TEST()
DPaintTest.cpp182 SkRect maxR = fillR; in DEF_TEST() local
187 maxR.inset(-inset, -inset); in DEF_TEST()
190 REPORTER_ASSERT(reporter, maxR.contains(strokeR)); in DEF_TEST()
/external/skqp/tests/
DPathOpsAngleIdeas.cpp812 double maxR = SK_ScalarMax; in DEF_TEST() local
836 maxR = SkTMin(maxR, mDistance(reporter, agrees, quad1, quad2)); in DEF_TEST()
852 maxR = SkTMin(maxR, mDistance(reporter, agrees, q1, q2)); in DEF_TEST()
869 maxR = SkTMin(maxR, mDistance(reporter, agrees, q1, q2)); in DEF_TEST()
881 SkDebugf("maxR=%1.9g\n", maxR); in DEF_TEST()
DPaintTest.cpp182 SkRect maxR = fillR; in DEF_TEST() local
187 maxR.inset(-inset, -inset); in DEF_TEST()
190 REPORTER_ASSERT(reporter, maxR.contains(strokeR)); in DEF_TEST()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp123 const float maxR = result+err; in isResultInSet() local
125 return (resultSet.isTrue && de::inRange(1.0f, minR, maxR)) || in isResultInSet()
126 (resultSet.isFalse && de::inRange(0.0f, minR, maxR)); in isResultInSet()
240 const float maxR = maxV+totalErr; in isLinearCompareValid() local
242 if (de::inRange(result, minR, maxR)) in isLinearCompareValid()
351 const float maxR = maxV+totalErr; in isBilinearPCFCompareValid() local
353 if (de::inRange(result, minR, maxR)) in isBilinearPCFCompareValid()
512 const float maxR = maxF+totalErr; in isTrilinearPCFCompareValid() local
514 if (de::inRange(result, minR, maxR)) in isTrilinearPCFCompareValid()