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

/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp1051 this->addOval(bounds, dir);
1128 this->addOval(rect, dir);
1206 void SkPath::addOval(const SkRect& oval, Direction dir) { function in class:SkPath
1209 /* If addOval() is called after previous moveTo(),
1279 this->addOval(rect, dir);
1311 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction);
2169 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will
/external/skia/src/core/
H A DSkPath.cpp1051 this->addOval(bounds, dir);
1128 this->addOval(rect, dir);
1206 void SkPath::addOval(const SkRect& oval, Direction dir) { function in class:SkPath
1209 /* If addOval() is called after previous moveTo(),
1279 this->addOval(rect, dir);
1311 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction);
2169 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will

Completed in 448 milliseconds