Home | History | Annotate | Download | only in core

Lines Matching defs:addRRect

1128     this->addRRect(rrect, dir);
1131 void SkPath::addRRect(const SkRRect& rrect, Direction dir) {
1133 this->addRRect(rrect, dir, dir == kCW_Direction ? 6 : 7);
1136 void SkPath::addRRect(const SkRRect &rrect, Direction dir, unsigned startIndex) {
1236 this->addRRect(rrect, dir);