Lines Matching defs:outer
84 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
92 swap(outer, inner);
96 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);
100 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
115 swap(outer, inner);
128 outer->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
137 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
161 swap(outer, inner);
204 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
206 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY);
212 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);