Home | History | Annotate | Download | only in core

Lines Matching defs:kCCW_Direction

50         kCW_Direction travel clockwise; the same added with kCCW_Direction
55 kCCW_Direction, //!< Contour travels in a counterclockwise direction
287 dir receives SkPath::Direction of oval: kCW_Direction if clockwise, kCCW_Direction if
305 *dir = isCCW ? kCCW_Direction : kCW_Direction;
315 dir receives SkPath::Direction of oval: kCW_Direction if clockwise, kCCW_Direction if
333 *dir = isCCW ? kCCW_Direction : kCW_Direction;
1059 bottom-right, and top-right if dir is kCCW_Direction.
1068 kCCW_Direction, SkRect corners are added counterclockwise.
1081 bottom-right, and top-right if dir is kCCW_Direction.
1095 clockwise if dir is kCW_Direction, counterclockwise if dir is kCCW_Direction.
1107 clockwise if dir is kCW_Direction, counterclockwise if dir is kCCW_Direction.
1117 clockwise if dir is kCW_Direction, and counterclockwise if dir is kCCW_Direction.
1147 winds clockwise. If dir is kCCW_Direction, SkRRect starts at the bottom-left
1177 winds clockwise. If dir is kCCW_Direction, rrect starts at the bottom-left
1188 winds clockwise; if dir is kCCW_Direction, rrect winds counterclockwise.