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

  /external/skia/tests/
PathOpsOpRectThreadedTest.cpp 38 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB);
40 " SkPath::kCW_Direction);\n", state.fC, state.fC, state.fD, state.fD);
45 " SkPath::kCW_Direction);\n", a, a, b, b);
47 " SkPath::kCW_Direction);\n", c, c, d, d);
52 SkIntToScalar(state.fB), SkPath::kCW_Direction);
54 SkIntToScalar(state.fD), SkPath::kCW_Direction);
58 SkIntToScalar(b), SkPath::kCW_Direction);
60 SkIntToScalar(d), SkPath::kCW_Direction);
PathTest.cpp 770 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCW_Direction));
802 check_direction(reporter, path, SkPath::kCW_Direction);
824 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCW_Direction);
826 check_direction(reporter, path, SkPath::kCW_Direction);
829 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCW_Direction);
846 check_direction(reporter, path, SkPath::kCW_Direction);
    [all...]
  /external/chromium_org/ui/views/controls/
focusable_border.cc 42 path.addRect(gfx::RectToSkRect(view.GetLocalBounds()), SkPath::kCW_Direction);
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 46 SkPath::kCW_Direction);
80 SkPath::kCW_Direction);
90 SkPath::kCW_Direction);
94 SkPath::kCW_Direction);
  /external/skia/src/utils/
SkPathUtils.cpp 46 SkPath::kCW_Direction);
80 SkPath::kCW_Direction);
90 SkPath::kCW_Direction);
94 SkPath::kCW_Direction);
  /external/skia/gm/
convexpaths.cpp 65 SkPath::kCW_Direction);
72 50 * SK_Scalar1, SkPath::kCW_Direction);
78 SkPath::kCW_Direction);
94 SkPath::kCW_Direction);
strokes.cpp 148 path->addRect(bounds, SkPath::kCW_Direction);
149 path->addRect(inset(bounds), SkPath::kCW_Direction);
154 path->addRect(bounds, SkPath::kCW_Direction);
160 path->addOval(bounds, SkPath::kCW_Direction);
161 path->addOval(inset(bounds), SkPath::kCW_Direction);
166 path->addOval(bounds, SkPath::kCW_Direction);
172 path->addRect(bounds, SkPath::kCW_Direction);
175 path->addOval(r, SkPath::kCW_Direction);
180 path->addRect(bounds, SkPath::kCW_Direction);
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 489 kCW_Direction,
500 kUnknown_Direction, kCCW_Direction, kCW_Direction
588 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
605 Direction dir = kCW_Direction);
614 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
629 Direction dir = kCW_Direction);
648 Direction dir = kCW_Direction);
663 Direction dir = kCW_Direction);
671 void addRRect(const SkRRect& rrect, Direction dir = kCW_Direction);
    [all...]
  /external/skia/include/core/
SkPath.h 489 kCW_Direction,
500 kUnknown_Direction, kCCW_Direction, kCW_Direction
588 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
605 Direction dir = kCW_Direction);
614 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
629 Direction dir = kCW_Direction);
648 Direction dir = kCW_Direction);
663 Direction dir = kCW_Direction);
671 void addRRect(const SkRRect& rrect, Direction dir = kCW_Direction);
    [all...]

Completed in 106 milliseconds