Searched defs:kCCW_Direction (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A DPathOpsOpCircleThreadedTest.cpp26 state.fD ? SkPath::kCW_Direction : SkPath::kCCW_Direction); member in class:SkPath
29 d ? SkPath::kCW_Direction : SkPath::kCCW_Direction); member in class:SkPath
39 state.fC, state.fD ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
44 c, d ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
/external/skqp/tests/
H A DPathOpsOpCircleThreadedTest.cpp26 state.fD ? SkPath::kCW_Direction : SkPath::kCCW_Direction); member in class:SkPath
29 d ? SkPath::kCW_Direction : SkPath::kCCW_Direction); member in class:SkPath
39 state.fC, state.fD ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
44 c, d ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
/external/skia/gm/
H A Dconvexpaths.cpp70 SkPath::kCCW_Direction);
84 SkPath::kCCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
89 SkPath::kCCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
H A Dstrokes.cpp341 path->addRect(inset(bounds), SkPath::kCCW_Direction); member in class:Strokes3GM::SkPath
353 path->addOval(inset(bounds), SkPath::kCCW_Direction); member in class:Strokes3GM::SkPath
369 path->addOval(r, SkPath::kCCW_Direction);
/external/skqp/gm/
H A Dconvexpaths.cpp70 SkPath::kCCW_Direction);
84 SkPath::kCCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
89 SkPath::kCCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
H A Dstrokes.cpp341 path->addRect(inset(bounds), SkPath::kCCW_Direction); member in class:Strokes3GM::SkPath
353 path->addOval(inset(bounds), SkPath::kCCW_Direction); member in class:Strokes3GM::SkPath
369 path->addOval(r, SkPath::kCCW_Direction);
/external/skia/samplecode/
H A DSampleAll.cpp81 SkPath::kCCW_Direction); member in class:DemoView::SkPath
/external/skqp/samplecode/
H A DSampleAll.cpp81 SkPath::kCCW_Direction); member in class:DemoView::SkPath
/external/skia/include/core/
H A DSkPath.h50 kCW_Direction travel clockwise; the same added with kCCW_Direction
55 kCCW_Direction, //!< Contour travels in a counterclockwise direction enumerator in enum:SkPath::Direction
1017 bottom-right, and top-right if dir is kCCW_Direction.
1026 kCCW_Direction, SkRect corners are added counterclockwise.
1039 bottom-right, and top-right if dir is kCCW_Direction.
1053 clockwise if dir is kCW_Direction, counterclockwise if dir is kCCW_Direction.
1065 clockwise if dir is kCW_Direction, counterclockwise if dir is kCCW_Direction.
1075 clockwise if dir is kCW_Direction, and counterclockwise if dir is kCCW_Direction.
1105 winds clockwise. If dir is kCCW_Direction, SkRRect starts at the bottom-left
1135 winds clockwise. If dir is kCCW_Direction, rrec
[all...]
/external/skqp/include/core/
H A DSkPath.h50 kCW_Direction travel clockwise; the same added with kCCW_Direction
55 kCCW_Direction, //!< Contour travels in a counterclockwise direction enumerator in enum:SkPath::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
[all...]

Completed in 2511 milliseconds