Home | History | Annotate | Download | only in core

Lines Matching refs:drawOval

1651 void SkCanvas::drawOval(const SkRect& oval, const SkPaint& paint) {
1664 iter.fDevice->drawOval(iter, oval, looper.paint());
1686 this->SkCanvas::drawOval(rrect.getBounds(), paint);
2117 this->drawOval(r, paint);
2141 this->drawOval(oval, paint);