Lines Matching refs:SkVector
15 const SkVector& normal, const SkPoint& stop, in ButtCapper()
22 const SkVector& normal, const SkPoint& stop, in RoundCapper()
25 SkVector parallel; in RoundCapper()
35 const SkVector& normal, const SkPoint& stop, in SquareCapper()
38 SkVector parallel; in SquareCapper()
56 static bool is_clockwise(const SkVector& before, const SkVector& after) in is_clockwise()
79 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) in HandleInnerJoin()
94 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in BluntJoiner()
95 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner()
98 SkVector after; in BluntJoiner()
111 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in RoundJoiner()
112 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner()
121 SkVector before = beforeUnitNormal; in RoundJoiner()
122 SkVector after = afterUnitNormal; in RoundJoiner()
149 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in MiterJoiner()
150 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner()
157 SkVector before = beforeUnitNormal; in MiterJoiner()
158 SkVector after = afterUnitNormal; in MiterJoiner()
159 SkVector mid; in MiterJoiner()