Lines Matching refs:SkPathDirection
85 static SkPath Rect(const SkRect&, SkPathDirection = SkPathDirection::kCW,
87 static SkPath Oval(const SkRect&, SkPathDirection = SkPathDirection::kCW);
88 static SkPath Oval(const SkRect&, SkPathDirection, unsigned startIndex);
90 SkPathDirection dir = SkPathDirection::kCW);
91 static SkPath RRect(const SkRRect&, SkPathDirection dir = SkPathDirection::kCW);
92 static SkPath RRect(const SkRRect&, SkPathDirection, unsigned startIndex);
94 SkPathDirection dir = SkPathDirection::kCW);
953 SkPathDirection sweep, SkScalar x, SkScalar y);
978 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, SkPathDirection sweep, in arcTo()
1010 SkPathDirection sweep, SkScalar dx, SkScalar dy);
1073 bool isRect(SkRect* rect, bool* isClosed = nullptr, SkPathDirection* direction = nullptr) const;
1104 SkPath& addRect(const SkRect& rect, SkPathDirection dir, unsigned start);
1106 SkPath& addRect(const SkRect& rect, SkPathDirection dir = SkPathDirection::kCW) {
1111 SkPathDirection dir = SkPathDirection::kCW) {
1126 SkPath& addOval(const SkRect& oval, SkPathDirection dir = SkPathDirection::kCW);
1140 SkPath& addOval(const SkRect& oval, SkPathDirection dir, unsigned start);
1155 SkPathDirection dir = SkPathDirection::kCW);
1194 SkPathDirection dir = SkPathDirection::kCW);
1206 SkPathDirection dir = SkPathDirection::kCW);
1221 SkPath& addRRect(const SkRRect& rrect, SkPathDirection dir = SkPathDirection::kCW);
1234 SkPath& addRRect(const SkRRect& rrect, SkPathDirection dir, unsigned start);