Searched defs:kCW_Direction (Results 1 - 9 of 9) sorted by relevance

/external/skia/tests/
H A DPathOpsOpRectThreadedTest.cpp38 " 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); member in class:SkPath
54 SkIntToScalar(state.fD), SkPath::kCW_Direction); member in class:SkPath
58 SkIntToScalar(b), SkPath::kCW_Direction); member in class:SkPath
60 SkIntToScalar(d), SkPath::kCW_Direction); member in class:SkPath
H A DPathTest.cpp622 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);
953 check_direction(reporter, dent, SkPath::kCW_Direction);
1005 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCW_Direction);
2306 SkIntToScalar(20), SkIntToScalar(20), SkPath::kCW_Direction); member in class:SkPath
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkPathUtils.cpp46 SkPath::kCW_Direction);
80 SkPath::kCW_Direction); member in class:SkPath
90 SkPath::kCW_Direction); member in class:SkPath
94 SkPath::kCW_Direction); member in class:SkPath
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.cc43 path.addRect(gfx::RectToSkRect(view.GetLocalBounds()), SkPath::kCW_Direction); member in class:views::SkPath
/external/skia/gm/
H A Dconvexpaths.cpp79 SkPath::kCW_Direction);
86 50 * SK_Scalar1, SkPath::kCW_Direction);
94 SkPath::kCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
115 SkPath::kCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
H A Dstrokes.cpp148 path->addRect(bounds, SkPath::kCW_Direction);
149 path->addRect(inset(bounds), SkPath::kCW_Direction); member in class:Strokes3GM::SkPath
154 path->addRect(bounds, SkPath::kCW_Direction);
160 path->addOval(bounds, SkPath::kCW_Direction);
161 path->addOval(inset(bounds), SkPath::kCW_Direction); member in class:Strokes3GM::SkPath
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/skia/src/utils/
H A DSkPathUtils.cpp46 SkPath::kCW_Direction);
80 SkPath::kCW_Direction); member in class:SkPath
90 SkPath::kCW_Direction); member in class:SkPath
94 SkPath::kCW_Direction); member in class:SkPath
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h500 kCW_Direction, enumerator in enum:SkPath::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);
/external/skia/include/core/
H A DSkPath.h500 kCW_Direction, enumerator in enum:SkPath::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);

Completed in 324 milliseconds