Home
last modified time | relevance | path

Searched refs:kCCW_Direction (Results 1 – 17 of 17) sorted by relevance

/external/skia/gm/
Dconvexpaths.cpp64 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()
Dstrokefill.cpp62 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()
Dpatheffects.cpp141 path.addRect(r, SkPath::kCCW_Direction); in onDraw()
/external/skia/tests/
DPathTest.cpp38 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/
DSampleOverflow.cpp75 path.addCircle(0, 0, 70000, SkPath::kCCW_Direction); in TestOverflowHitTest()
DSampleDraw.cpp205 path.addOval(r, SkPath::kCCW_Direction); in onDraw()
DSampleAll.cpp346 SkPath::kCCW_Direction); in makePath()
DSampleSlides.cpp138 path.addRect(r, SkPath::kCCW_Direction); in patheffect_slide()
DSampleApp.cpp1858 fClipPath.addRect(r, SkPath::kCCW_Direction); in onSizeChange()
/external/skia/src/core/
DSkPath.cpp578 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()
DSkStroke.cpp622 if (src.cheapIsDirection(SkPath::kCCW_Direction)) { in strokePath()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp148 SkPath::kCCW_Direction : SkPath::kCW_Direction); in addArc()
DGraphicsContextSkia.cpp309 path.addOval(r, SkPath::kCCW_Direction); in addInnerRoundedRectClip()
/external/skia/src/animator/
DSkPathParts.cpp211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) { in SkAddGeom()
/external/skia/include/core/
DSkPath.h453 kCCW_Direction enumerator
/external/skia/src/gpu/
DGrAAConvexPathRenderer.cpp111 if (dir == SkPath::kCCW_Direction) { in compute_vectors()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextSkia.cpp167 path.addOval(r, SkPath::kCCW_Direction); in addInnerRoundedRectClip()