Home | History | Annotate | Download | only in core

Lines Matching full:outer

108 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
117 SkTSwap<SkPath*>(outer, inner);
121 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);
125 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
141 SkTSwap<SkPath*>(outer, inner);
157 outer->quadTo(pts[i].fX, pts[i].fY, pts[i+1].fX, pts[i+1].fY);
170 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
195 SkTSwap<SkPath*>(outer, inner);
241 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
243 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY);
248 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);