Searched refs:norm0 (Results 1 – 1 of 1) sorted by relevance
21 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) { in normals_too_curvy() argument31 return SkPoint::DotProduct(norm0, norm1) <= kFlatEnoughNormalDotProd; in normals_too_curvy()34 static inline bool normals_too_pinchy(const SkVector& norm0, SkVector& norm1) { in normals_too_pinchy() argument37 return SkPoint::DotProduct(norm0, norm1) <= kTooPinchyNormalDotProd; in normals_too_pinchy()