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

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

Completed in 59 milliseconds