Searched refs:worst_case_cubic (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | WangsFormulaTest.cpp | 315 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/ |
D | GrTessellationPathRenderer.cpp | 121 SkASSERT(SkScalarNearlyEqual(GrWangsFormula::worst_case_cubic( in initAtlasFlags() 271 int worstCaseNumSegments = GrWangsFormula::worst_case_cubic(kLinearizationPrecision, in onDrawPath()
|
/external/skia/src/gpu/geometry/ |
D | GrWangsFormula.h | 113 SK_ALWAYS_INLINE static float worst_case_cubic(float precision, float devWidth, float devHeight) { in worst_case_cubic() function
|