Home | History | Annotate | Download | only in core

Lines Matching full:norm0

64 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) {
74 return SkPoint::DotProduct(norm0, norm1) <= kFlatEnoughNormalDotProd;
77 static inline bool normals_too_pinchy(const SkVector& norm0, SkVector& norm1) {
88 SkScalar dot = SkPoint::DotProduct(norm0, norm1);