Home | History | Annotate | Download | only in tests

Lines Matching refs:Direction

112     // GrShape only respects the input winding direction and start point for rrect shapes
115 // key will differ. GrShape will have canonicalized the direction and start point for the shape
117 // the direction and starting point.
122 SkPath::Direction dirA = SkPath::kCW_Direction, dirB = SkPath::kCW_Direction;
460 SkPath::Direction dir;
608 // now that there is no longer a path effect, the direction and starting index get
1310 // RRect types can have a change in start index or direction after the PE is applied. This
1580 static constexpr SkPath::Direction kDir = SkPath::kCCW_Direction;
1649 SkPath::Direction dir,
1659 static const SkPath::Direction kSecondDirection = static_cast<SkPath::Direction>(1);
1663 for (SkPath::Direction dir : {SkPath::kCW_Direction, SkPath::kCCW_Direction}) {
1679 static constexpr SkPath::Direction kExamplesDir = SkPath::kCW_Direction;
1723 SkPath::Direction queryDir = SkPath::kCW_Direction;
1794 for (SkPath::Direction dir : {SkPath::kCW_Direction, SkPath::kCCW_Direction}) {