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