Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp64 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) { in normals_too_curvy() function
444 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) { in quad_to()
733 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) || in cubic_to()
734 normals_too_curvy(unitNormalBC, *unitNormalCD)) { in cubic_to()