Home
last modified time | relevance | path

Searched refs:worst_case_cubic (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DWangsFormulaTest.cpp315 REPORTER_ASSERT(r, GrWangsFormula::worst_case_cubic(kPrecision, 100, 100) == in DEF_TEST()
322 REPORTER_ASSERT(r, GrWangsFormula::worst_case_cubic(kPrecision, 100, 100) == in DEF_TEST()
330 float worst = GrWangsFormula::worst_case_cubic(kPrecision, bbox.width(), bbox.height()); in DEF_TEST()
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp121 SkASSERT(SkScalarNearlyEqual(GrWangsFormula::worst_case_cubic( in initAtlasFlags()
271 int worstCaseNumSegments = GrWangsFormula::worst_case_cubic(kLinearizationPrecision, in onDrawPath()
/external/skia/src/gpu/geometry/
DGrWangsFormula.h113 SK_ALWAYS_INLINE static float worst_case_cubic(float precision, float devWidth, float devHeight) { in worst_case_cubic() function