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

/external/skia/src/core/
H A DSkPath.cpp389 this->addOval(rect, dir);
506 void SkPath::addOval(const SkRect& oval, Direction dir) { function in class:SkPath
576 this->addOval(rect, dir);
652 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction);
1331 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will

Completed in 23 milliseconds