Searched refs:dCW (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyRect4x4_Test.cpp32 SkPath::Direction dCW = state.d >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; local
150 path.addRect(l, t, r, b, dCW);
152 " SkPath::kC%sW_Direction);\n", l, t, r, b, dCW ? "C" : "");
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyRectThreadedTest.cpp33 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; local
161 dCW); local
164 " SkPath::kC%sW_Direction);\n", l, t, r, b, dCW ? "C" : "");
/external/skia/experimental/Intersection/
H A DSimplifyRect4x4_Test.cpp32 SkPath::Direction dCW = state.d >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; local
150 path.addRect(l, t, r, b, dCW);
152 " SkPath::kC%sW_Direction);\n", l, t, r, b, dCW ? "C" : "");
/external/skia/tests/
H A DPathOpsSimplifyRectThreadedTest.cpp33 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; local
161 dCW); local
164 " SkPath::kC%sW_Direction);\n", l, t, r, b, dCW ? "C" : "");

Completed in 100 milliseconds