Searched defs:addOval (Results 1 - 2 of 2) sorted by relevance

/external/skia/legacy/src/core/
H A DSkPath.cpp607 this->addOval(rect, dir);
732 void SkPath::addOval(const SkRect& oval, Direction dir) { function in class:SkPath
802 this->addOval(rect, dir);
878 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction);
1696 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will
/external/skia/src/core/
H A DSkPath.cpp997 this->addOval(bounds, dir);
1052 this->addOval(rect, dir);
1126 void SkPath::addOval(const SkRect& oval, Direction dir) { function in class:SkPath
1129 /* If addOval() is called after previous moveTo(),
1204 this->addOval(rect, dir);
1299 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction);
2199 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will

Completed in 296 milliseconds