Home | History | Annotate | Download | only in core

Lines Matching refs:addRect

973 void SkPath::addRect(const SkRect& rect, Direction dir) {
974 this->addRect(rect, dir, 0);
977 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right,
979 this->addRect(SkRect::MakeLTRB(left, top, right, bottom), dir, 0);
982 void SkPath::addRect(const SkRect &rect, Direction dir, unsigned startIndex) {
1128 this->addRect(bounds, dir, (startIndex + 1) / 2);