Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrWangsFormula.h29 template<int Degree> constexpr float length_term(float precision) { in length_term() function
114 float k = length_term<3>(precision); in worst_case_cubic()
/external/skia/src/gpu/tessellate/
DGrStrokeIndirectTessellator.cpp84 fWangsTermQuadratic = GrWangsFormula::length_term<2>(fTolerances.fParametricPrecision); in updateTolerances()
85 fWangsTermCubic = GrWangsFormula::length_term<3>(fTolerances.fParametricPrecision); in updateTolerances()
DGrTessellationPathRenderer.cpp87 float k = GrWangsFormula::length_term<3>(kLinearizationPrecision); in initAtlasFlags()