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

/external/skia/tests/
H A DPathOpsOpRectThreadedTest.cpp43 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB);
45 " SkPath::kCW_Direction);\n", state.fC, state.fC, state.fD, state.fD);
50 " SkPath::kCW_Direction);\n", a, a, b, b);
52 " SkPath::kCW_Direction);\n", c, c, d, d);
60 SkIntToScalar(state.fB), SkPath::kCW_Direction); member in class:SkPath
62 SkIntToScalar(state.fD), SkPath::kCW_Direction); member in class:SkPath
66 SkIntToScalar(b), SkPath::kCW_Direction); member in class:SkPath
68 SkIntToScalar(d), SkPath::kCW_Direction); member in class:SkPath
H A DPathTest.cpp831 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCW_Direction));
863 check_direction(reporter, path, SkPath::kCW_Direction);
885 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCW_Direction);
887 check_direction(reporter, path, SkPath::kCW_Direction);
890 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCW_Direction);
905 check_direction(reporter, path, SkPath::kCW_Direction);
1088 check_direction(reporter, tinyConvexPolygon, SkPath::kCW_Direction);
1096 check_direction(reporter, platTriangle, SkPath::kCW_Direction);
1104 check_direction(reporter, platTriangle, SkPath::kCW_Direction);
1127 check_direction(reporter, triLeft, SkPath::kCW_Direction);
2933 SkIntToScalar(20), SkIntToScalar(20), SkPath::kCW_Direction); member in class:SkPath
[all...]
/external/skia/gm/
H A Dconvexpaths.cpp66 SkPath::kCW_Direction);
73 50 * SK_Scalar1, SkPath::kCW_Direction);
79 SkPath::kCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
95 SkPath::kCW_Direction); member in class:skiagm::ConvexPathsGM::SkPath
H A Dstrokes.cpp149 path->addRect(bounds, SkPath::kCW_Direction);
150 path->addRect(inset(bounds), SkPath::kCW_Direction); member in class:Strokes3GM::SkPath
155 path->addRect(bounds, SkPath::kCW_Direction);
161 path->addOval(bounds, SkPath::kCW_Direction);
162 path->addOval(inset(bounds), SkPath::kCW_Direction); member in class:Strokes3GM::SkPath
167 path->addOval(bounds, SkPath::kCW_Direction);
173 path->addRect(bounds, SkPath::kCW_Direction);
176 path->addOval(r, SkPath::kCW_Direction);
181 path->addRect(bounds, SkPath::kCW_Direction);
/external/skia/include/core/
H A DSkPath.h498 kCW_Direction, enumerator in enum:SkPath::Direction
509 kUnknown_Direction, kCCW_Direction, kCW_Direction
604 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
621 Direction dir = kCW_Direction);
630 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
645 Direction dir = kCW_Direction);
664 Direction dir = kCW_Direction);
679 Direction dir = kCW_Direction);
687 void addRRect(const SkRRect& rrect, Direction dir = kCW_Direction);

Completed in 167 milliseconds