HomeSort by relevance Sort by last modified time
    Searched defs:kCCW_Direction (Results 1 - 10 of 10) sorted by null

  /external/skia/tests/
PathOpsOpCircleThreadedTest.cpp 26 state.fD ? SkPath::kCW_Direction : SkPath::kCCW_Direction);
29 d ? SkPath::kCW_Direction : SkPath::kCCW_Direction);
39 state.fC, state.fD ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
44 c, d ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
  /external/skqp/tests/
PathOpsOpCircleThreadedTest.cpp 26 state.fD ? SkPath::kCW_Direction : SkPath::kCCW_Direction);
29 d ? SkPath::kCW_Direction : SkPath::kCCW_Direction);
39 state.fC, state.fD ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
44 c, d ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction");
  /external/skia/gm/
convexpaths.cpp 70 SkPath::kCCW_Direction);
84 SkPath::kCCW_Direction);
89 SkPath::kCCW_Direction);
strokes.cpp 341 path->addRect(inset(bounds), SkPath::kCCW_Direction);
353 path->addOval(inset(bounds), SkPath::kCCW_Direction);
369 path->addOval(r, SkPath::kCCW_Direction);
    [all...]
  /external/skqp/gm/
convexpaths.cpp 70 SkPath::kCCW_Direction);
84 SkPath::kCCW_Direction);
89 SkPath::kCCW_Direction);
strokes.cpp 341 path->addRect(inset(bounds), SkPath::kCCW_Direction);
353 path->addOval(inset(bounds), SkPath::kCCW_Direction);
369 path->addOval(r, SkPath::kCCW_Direction);
  /external/skia/samplecode/
SampleAll.cpp 81 SkPath::kCCW_Direction);
  /external/skqp/samplecode/
SampleAll.cpp 81 SkPath::kCCW_Direction);
  /external/skia/include/core/
SkPath.h 50 kCW_Direction travel clockwise; the same added with kCCW_Direction
55 kCCW_Direction, //!< Contour travels in a counterclockwise direction
    [all...]
  /external/skqp/include/core/
SkPath.h 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;
    [all...]

Completed in 200 milliseconds