Lines Matching refs:addOval
945 this->addOval(bounds, dir, startIndex / 2);
1038 SkPath& SkPath::addOval(const SkRect& oval, SkPathDirection dir) {
1040 return this->addOval(oval, dir, 1);
1043 SkPath& SkPath::addOval(const SkRect &oval, SkPathDirection dir, unsigned startPointIndex) {
1046 /* If addOval() is called after previous moveTo(),
1087 this->addOval(SkRect::MakeLTRB(x - r, y - r, x + r, y + r), dir);
1312 // See SkPath::addOval() docs.
1320 return this->addOval(oval, sweepAngle > 0 ? SkPathDirection::kCW : SkPathDirection::kCCW,
2083 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will
3252 path->addOval(oval);
3468 return SkPathBuilder().addOval(r, dir).detach();
3472 return SkPathBuilder().addOval(r, dir, startIndex).detach();