Lines Matching refs:sweepAngle
822 bounded by oval, from startAngle through sweepAngle. Both startAngle and
823 sweepAngle are measured in degrees, where zero degrees is aligned with the
832 @param sweepAngle sweep, in degrees. Positive is clockwise; treated modulo 360
838 SkPath& arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo);
1129 bounded by oval, from startAngle through sweepAngle. Both startAngle and
1130 sweepAngle are measured in degrees, where zero degrees is aligned with the
1133 If sweepAngle <= -360, or sweepAngle >= 360; and startAngle modulo 90 is nearly
1134 zero, append oval instead of arc. Otherwise, sweepAngle values are treated
1139 @param sweepAngle sweep, in degrees. Positive is clockwise; treated modulo 360
1144 SkPath& addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle);