Home | History | Annotate | Download | only in core

Lines Matching refs:radius

432     /** Draw the specified circle using the specified paint. If radius is <= 0,
437 @param radius The radius of the cirle to be drawn
440 void drawCircle(SkScalar cx, SkScalar cy, SkScalar radius,
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