Home | History | Annotate | Download | only in core

Lines Matching defs:arcTo

551     void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo);
556 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
561 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) {
562 this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius);
585 void arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
588 void arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, Direction sweep,
590 this->arcTo(r.fX, r.fY, xAxisRotate, largeArc, sweep, xy.fX, xy.fY);
593 /** Same as arcTo format used by SVG, but the destination coordinate is relative to the