/external/skia/tests/ |
D | PathOpsSimplifyTest.cpp | 900 path.addRect(0, 32, 9, 36, SkPath::kCCW_Direction); in testLine43() 909 path.addRect(0, 32, 9, 36, SkPath::kCCW_Direction); in testLine43x() 917 path.addRect(18, 32, 27, 36, SkPath::kCCW_Direction); in testLine44() 926 path.addRect(18, 32, 27, 36, SkPath::kCCW_Direction); in testLine44x() 968 path.addRect(0, 0, 9, 9, SkPath::kCCW_Direction); in testLine47() 977 path.addRect(0, 0, 9, 9, SkPath::kCCW_Direction); in testLine47x() 985 path.addRect(0, 0, 9, 9, SkPath::kCCW_Direction); in testLine48() 994 path.addRect(0, 0, 9, 9, SkPath::kCCW_Direction); in testLine48x() 1034 path.addRect(4, 12, 13, 13, SkPath::kCCW_Direction); in testLine51() 1043 path.addRect(4, 12, 13, 13, SkPath::kCCW_Direction); in testLine51x() [all …]
|
D | PathOpsSimplifyRectThreadedTest.cpp | 27 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain() 29 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain() 31 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain() 33 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain()
|
D | PathOpsInverseTest.cpp | 14 for (int oneDir = SkPath::kCW_Direction; oneDir != SkPath::kCCW_Direction; ++oneDir) { in DEF_TEST() 20 for (int twoDir = SkPath::kCW_Direction; twoDir != SkPath::kCCW_Direction; in DEF_TEST()
|
D | PathOpsBuilderTest.cpp | 36 REPORTER_ASSERT(reporter, dir == SkPath::kCCW_Direction); in DEF_TEST() 42 rectPath.addRect(0, 1, 2, 3, SkPath::kCCW_Direction); in DEF_TEST() 47 REPORTER_ASSERT(reporter, dir == SkPath::kCCW_Direction); in DEF_TEST() 56 rect3.addRect(4, 1, 5, 3, SkPath::kCCW_Direction); in DEF_TEST() 69 circle2.addCircle(7, 4, 8, SkPath::kCCW_Direction); in DEF_TEST()
|
D | PathOpsOpCircleThreadedTest.cpp | 48 state.fD ? SkPath::kCW_Direction : SkPath::kCCW_Direction); in testOpCirclesMain() 51 d ? SkPath::kCW_Direction : SkPath::kCCW_Direction); in testOpCirclesMain()
|
D | GpuDrawPathTest.cpp | 71 oval2.addOval(rect, SkPath::kCCW_Direction); in test_drawSameRectOvals()
|
D | PathTest.cpp | 1004 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCCW_Direction); in test_direction() 1009 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCCW_Direction); in test_direction() 1407 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCCW_Direction); in test_convexity() 1674 SkPath::Direction dir = d ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in test_conservativelyContains() 2061 path.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects() 2099 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects() 2117 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects() 2132 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects() 2150 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects() 2168 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects() [all …]
|
/external/skia/samplecode/ |
D | SampleClock.cpp | 174 path.addOval(rect, SkPath::kCCW_Direction); in onDrawContent() 184 path.addOval(rect, SkPath::kCCW_Direction); in onDrawContent() 194 path.addOval(rect, SkPath::kCCW_Direction); in onDrawContent() 210 path.addOval(rect, SkPath::kCCW_Direction); in onDrawContent()
|
D | SampleDraw.cpp | 205 path.addOval(r, SkPath::kCCW_Direction); in onDraw()
|
D | SamplePathFuzz.cpp | 207 return (SkPath::Direction) fRand.nextRangeU(SkPath::kCW_Direction, SkPath::kCCW_Direction); in makeDirection()
|
/external/skia/gm/ |
D | strokefill.cpp | 278 path.addCircle(x, y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCCW_Direction); 283 …dCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 288 …dCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 304 path3.addRect(r, SkPath::kCCW_Direction); 311 path4.addRect(r, SkPath::kCCW_Direction); 320 path4.addRect(r, SkPath::kCCW_Direction);
|
D | pathinterior.cpp | 76 … SkPath::Direction outerDir = outerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction; in onDraw() 77 … SkPath::Direction innerDir = innerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction; in onDraw()
|
D | convexpaths.cpp | 71 SkPath::kCCW_Direction); in makePaths() 85 SkPath::kCCW_Direction); in makePaths() 90 SkPath::kCCW_Direction); in makePaths()
|
D | bigblurs.cpp | 45 rectori.addRect(insetRect, SkPath::kCCW_Direction); in onDraw()
|
D | strokes.cpp | 346 path->addRect(inset(bounds), SkPath::kCCW_Direction); in make1() 358 path->addOval(inset(bounds), SkPath::kCCW_Direction); in make3() 374 path->addOval(r, SkPath::kCCW_Direction); in make5()
|
D | nested.cpp | 102 SkPath::kCCW_Direction); in onDraw()
|
D | blurs.cpp | 92 path.addRect(inner, SkPath::kCCW_Direction);
|
D | pathcontourstart.cpp | 106 drawOneColumn(canvas, SkPath::kCCW_Direction, makePath); in drawDirs()
|
D | patheffects.cpp | 142 path.addRect(r, SkPath::kCCW_Direction); in onDraw()
|
D | arcto.cpp | 68 SkPath::kCCW_Direction, oval.right(), oval.bottom() + 100);
|
D | convex_all_line_paths.cpp | 267 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction }; in drawPath()
|
/external/skia/src/animator/ |
D | SkPathParts.cpp | 211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) { in SkAddGeom()
|
/external/skia/experimental/SkV8Example/ |
D | Path2DBuilder.cpp | 214 dir = SkPath::kCCW_Direction; in Oval()
|
/external/skia/experimental/SimpleCocoaApp/ |
D | SimpleApp.mm | 84 path.addRect(50, 50, 90, 90, SkPath::kCCW_Direction);
|
/external/skia/include/core/ |
D | SkPath.h | 533 kCCW_Direction, enumerator
|