Lines Matching refs:Direction
193 SkPath::Direction dir;
333 // now that there is no longer a path effect, the direction and starting index get
456 // GrShape only respects the input winding direction and start point for rrect shapes
459 // key will differ. GrShape will have canonicalized the direction and start point for the shape
461 // the direction and starting point.
466 SkPath::Direction dirA = SkPath::kCW_Direction, dirB = SkPath::kCW_Direction;
1148 // RRect types can have a change in start index or direction after the PE is applied. This
1391 SkPath::Direction dir,
1401 static const SkPath::Direction kSecondDirection = static_cast<SkPath::Direction>(1);
1405 for (SkPath::Direction dir : {SkPath::kCW_Direction, SkPath::kCCW_Direction}) {
1421 static constexpr SkPath::Direction kExamplesDir = SkPath::kCW_Direction;
1465 SkPath::Direction queryDir = SkPath::kCW_Direction;
1536 for (SkPath::Direction dir : {SkPath::kCW_Direction, SkPath::kCCW_Direction}) {