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

/external/skia/src/core/
H A DSkStrokerPriv.h31 const SkVector& beforeUnitNormal,
H A DSkStrokerPriv.cpp94 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
101 if (!is_clockwise(beforeUnitNormal, afterUnitNormal))
111 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
115 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal);
121 SkVector before = beforeUnitNormal;
149 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, argument
155 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal);
157 SkVector before = beforeUnitNormal;

Completed in 105 milliseconds