Lines Matching full:oval
326 @param oval The bounding oval defining the shape and size of the arc
332 void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
381 /** Add a closed oval contour to the path
383 @param oval The bounding oval to add as a closed contour to the path
384 @param dir The direction to wind the oval's contour
386 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
403 @param oval The bounds of oval used to define the size of the arc
407 void addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle);