Searched defs:beforeUnitNormal (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkStrokerPriv.cpp82 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
88 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) {
97 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
100 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal);
106 SkVector before = beforeUnitNormal;
133 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
138 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal);
140 SkVector before = beforeUnitNormal;
/external/skqp/src/core/
H A DSkStrokerPriv.cpp82 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
88 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) {
97 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
100 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal);
106 SkVector before = beforeUnitNormal;
133 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
138 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal);
140 SkVector before = beforeUnitNormal;

Completed in 275 milliseconds