Searched refs:worst_case_cubic (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | WangsFormulaTest.cpp | 317 REPORTER_ASSERT(r, wangs_formula::worst_case_cubic(kPrecision, 100, 100) == in DEF_TEST() 324 REPORTER_ASSERT(r, wangs_formula::worst_case_cubic(kPrecision, 100, 100) == in DEF_TEST() 332 float worst = wangs_formula::worst_case_cubic(kPrecision, bbox.width(), bbox.height()); in DEF_TEST() 348 REPORTER_ASSERT(r, wangs_formula::worst_case_cubic(kPrecision, inf, inf) == inf); in DEF_TEST()
|
/third_party/skia/src/gpu/tessellate/ |
D | WangsFormula.h | 186 AI float worst_case_cubic(float precision, float devWidth, float devHeight) { in worst_case_cubic() function
|