Home | History | Annotate | Download | only in core

Lines Matching refs:oval

422         @param oval The bounding oval defining the shape and size of the arc
428 void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
495 /** Add a closed oval contour to the path
497 @param oval The bounding oval to add as a closed contour to the path
498 @param dir The direction to wind the oval's contour
500 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
517 @param oval The bounds of oval used to define the size of the arc
521 void addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle);