Searched refs:kCCW_Direction (Results 1 – 17 of 17) sorted by relevance
/external/skia/gm/ |
D | convexpaths.cpp | 64 SkPath::kCCW_Direction); in makePaths() 70 40 * SK_Scalar1, SkPath::kCCW_Direction); in makePaths() 80 SkPath::kCCW_Direction); in makePaths() 85 SkPath::kCCW_Direction); in makePaths() 90 SkPath::kCCW_Direction); in makePaths() 102 SkPath::kCCW_Direction); in makePaths()
|
D | strokefill.cpp | 62 path.addCircle(x, y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCCW_Direction); in onDraw() 67 …dCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); in onDraw() 72 …dCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); in onDraw() 74 SkASSERT(path2.cheapIsDirection(SkPath::kCCW_Direction)); in onDraw()
|
D | patheffects.cpp | 141 path.addRect(r, SkPath::kCCW_Direction); in onDraw()
|
/external/skia/tests/ |
D | PathTest.cpp | 38 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCCW_Direction)); in test_direction() 76 check_direction(&path, SkPath::kCCW_Direction, reporter); in test_direction() 83 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCCW_Direction); in test_direction() 88 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCCW_Direction); in test_direction() 89 check_direction(&path, SkPath::kCCW_Direction, reporter); in test_direction() 98 check_direction(&path, SkPath::kCCW_Direction, reporter); in test_direction() 398 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCCW_Direction); in test_convexity() 400 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kCCW_Direction)); in test_convexity()
|
/external/skia/samplecode/ |
D | SampleOverflow.cpp | 75 path.addCircle(0, 0, 70000, SkPath::kCCW_Direction); in TestOverflowHitTest()
|
D | SampleDraw.cpp | 205 path.addOval(r, SkPath::kCCW_Direction); in onDraw()
|
D | SampleAll.cpp | 346 SkPath::kCCW_Direction); in makePath()
|
D | SampleSlides.cpp | 138 path.addRect(r, SkPath::kCCW_Direction); in patheffect_slide()
|
D | SampleApp.cpp | 1858 fClipPath.addRect(r, SkPath::kCCW_Direction); in onSizeChange()
|
/external/skia/src/core/ |
D | SkPath.cpp | 578 if (dir == kCCW_Direction) { in addRect() 624 if (dir == kCCW_Direction) { in addRoundRect() 701 if (SkPath::kCCW_Direction == dir) { in add_corner_arc() 745 if (dir == kCCW_Direction) { in addOval() 775 if (dir == kCCW_Direction) { in addOval() 878 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction); in addArc() 2003 *dir = cross > 0 ? SkPath::kCW_Direction : SkPath::kCCW_Direction; in crossToDir()
|
D | SkStroke.cpp | 622 if (src.cheapIsDirection(SkPath::kCCW_Direction)) { in strokePath()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 148 SkPath::kCCW_Direction : SkPath::kCW_Direction); in addArc()
|
D | GraphicsContextSkia.cpp | 309 path.addOval(r, SkPath::kCCW_Direction); in addInnerRoundedRectClip()
|
/external/skia/src/animator/ |
D | SkPathParts.cpp | 211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) { in SkAddGeom()
|
/external/skia/include/core/ |
D | SkPath.h | 453 kCCW_Direction enumerator
|
/external/skia/src/gpu/ |
D | GrAAConvexPathRenderer.cpp | 111 if (dir == SkPath::kCCW_Direction) { in compute_vectors()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextSkia.cpp | 167 path.addOval(r, SkPath::kCCW_Direction); in addInnerRoundedRectClip()
|