Home
last modified time | relevance | path

Searched refs:r_minus_eps (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/geometry/
DGrWangsFormula.h157 const float r_minus_eps = std::max(0.f, max_len - tolerance); variable
159 const float numer = sqrtf(grvx::dot(dp, dp)) + r_minus_eps * dw;
/external/skia/tests/
DWangsFormulaTest.cpp67 const float r_minus_eps = std::max(0.f, max_len - eps); in wangs_formula_conic_reference_impl() local
71 (tP[2] - tP[1] * 2 * w + tP[0]).length() + r_minus_eps * std::abs(1 - 2 * w + 1); in wangs_formula_conic_reference_impl()