Home | History | Annotate | Download | only in core

Lines Matching refs:oval

586     /** Draw the specified oval using the specified paint. The oval will be
588 @param oval The rectangle bounds of the oval to be drawn
589 @param paint The paint used to draw the oval
591 void drawOval(const SkRect& oval, const SkPaint&);
605 specified oval. If the sweep angle is >= 360, then the oval is drawn
608 @param oval The bounds of oval used to define the shape of the arc
611 @param useCenter true means include the center of the oval. For filling
615 void drawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
621 @param rx The x-radius of the oval used to round the corners
622 @param ry The y-radius of the oval used to round the corners