Home | History | Annotate | Download | only in core

Lines Matching defs:addOval

1147             this->addOval(bounds, dir, startIndex / 2);
1239 void SkPath::addOval(const SkRect& oval, Direction dir) {
1241 this->addOval(oval, dir, 1);
1244 void SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) {
1247 /* If addOval() is called after previous moveTo(),
1287 this->addOval(SkRect::MakeLTRB(x - r, y - r, x + r, y + r), dir);
1509 // See SkPath::addOval() docs.
1517 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction,
2211 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will
3390 path->addOval(oval);