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 622 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCW_Direction));
654 check_direction(reporter, path, SkPath::kCW_Direction);
676 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCW_Direction);
678 check_direction(reporter, path, SkPath::kCW_Direction);
681 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCW_Direction);
880 check_direction(reporter, triLeft, SkPath::kCW_Direction);
897 check_direction(reporter, square, SkPath::kCW_Direction);
914 check_direction(reporter, redundantSquare, SkPath::kCW_Direction);
    [all...]
  /external/chromium_org/ui/views/controls/
focusable_border.cc 43 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 79 SkPath::kCW_Direction);
86 50 * SK_Scalar1, SkPath::kCW_Direction);
94 SkPath::kCW_Direction);
115 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 500 kCW_Direction,
511 kUnknown_Direction, kCCW_Direction, kCW_Direction
599 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
616 Direction dir = kCW_Direction);
625 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
640 Direction dir = kCW_Direction);
659 Direction dir = kCW_Direction);
674 Direction dir = kCW_Direction);
682 void addRRect(const SkRRect& rrect, Direction dir = kCW_Direction);
    [all...]
  /external/skia/include/core/
SkPath.h 500 kCW_Direction,
511 kUnknown_Direction, kCCW_Direction, kCW_Direction
599 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
616 Direction dir = kCW_Direction);
625 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
640 Direction dir = kCW_Direction);
659 Direction dir = kCW_Direction);
674 Direction dir = kCW_Direction);
682 void addRRect(const SkRRect& rrect, Direction dir = kCW_Direction);
    [all...]

Completed in 310 milliseconds