Lines Matching refs:outer
82 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
89 SkTSwap<SkPath*>(outer, inner);
93 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);
97 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
111 SkTSwap<SkPath*>(outer, inner);
124 outer->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
133 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
156 SkTSwap<SkPath*>(outer, inner);
199 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
201 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY);
207 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);