Home | History | Annotate | Download | only in core

Lines Matching refs:Direction

266            Since the zero length segment has no direction, set the orientation
1394 SkPath::Direction dir;
1501 static SkPath::Direction reverse_direction(SkPath::Direction dir) {
1502 static const SkPath::Direction gOpposite[] = { SkPath::kCCW_Direction, SkPath::kCW_Direction };
1506 static void addBevel(SkPath* path, const SkRect& r, const SkRect& outer, SkPath::Direction dir) {
1532 SkPath::Direction dir) const {