Lines Matching full:oval
425 /** Draw the specified oval using the specified paint. The oval will be
427 @param oval The rectangle bounds of the oval to be drawn
428 @param paint The paint used to draw the oval
430 void drawOval(const SkRect& oval, const SkPaint&);
444 specified oval. If the sweep angle is >= 360, then the oval is drawn
447 @param oval The bounds of oval used to define the shape of the arc
450 @param useCenter true means include the center of the oval. For filling
454 void drawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
460 @param rx The x-radius of the oval used to round the corners
461 @param ry The y-radius of the oval used to round the corners