Home
last modified time | relevance | path

Searched refs:kLine_Verb (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/core/
DSkEdgeBuilder.cpp56 case SkPath::kLine_Verb: in addClipper()
102 case SkPath::kLine_Verb: { in build()
133 case SkPath::kLine_Verb: in build()
DSkPath.cpp287 case kLine_Verb: { in isRect()
477 *fVerbs.append() = kLine_Verb; in lineTo()
542 case kLine_Verb: in close()
985 case kLine_Verb: in addPath()
1032 case kLine_Verb: in pathTo()
1072 case kLine_Verb: in reversePathTo()
1119 case kLine_Verb: in reverseAddPath()
1193 case kLine_Verb: in transform()
1320 return kLine_Verb; in autoClose()
1371 case kLine_Verb: in consumeDegenerateSegments()
[all …]
DSkStroke.cpp587 case SkPath::kLine_Verb: in strokePath()
603 stroker.close(lastSegment == SkPath::kLine_Verb); in strokePath()
609 stroker.done(dst, lastSegment == SkPath::kLine_Verb); in strokePath()
DSkEdgeClipper.cpp429 *fCurrVerb++ = SkPath::kLine_Verb; in appendVLine()
470 case SkPath::kLine_Verb: in next()
DSkScan_Hairline.cpp285 case SkPath::kLine_Verb: in hair_path()
DSkPathMeasure.cpp169 case SkPath::kLine_Verb: in buildSegments()
DSkDraw.cpp1923 case SkPath::kLine_Verb: in morphpath()
/external/skia/samplecode/
DSampleCull.cpp40 case SkPath::kLine_Verb: in subdivide()
63 case SkPath::kLine_Verb: in getpts()
84 case SkPath::kLine_Verb: in getpts()
DSampleLineClipper.cpp102 case SkPath::kLine_Verb: in quad_clipper()
127 case SkPath::kLine_Verb: in cubic_clipper()
/external/skia/src/effects/
DSkCornerPathEffect.cpp62 if (SkPath::kLine_Verb == prevVerb) { in filterPath()
74 case SkPath::kLine_Verb: { in filterPath()
DSk1DPathEffect.cpp116 case SkPath::kLine_Verb: in morphpath()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLExtras.cpp98 if (verb == SkPath::kLine_Verb) { in drawRegion()
/external/skia/gm/
Daarectmodes.cpp43 case SkPath::kLine_Verb: in test4()
/external/skia/src/pdf/
DSkPDFUtils.cpp112 case SkPath::kLine_Verb: in EmitPath()
/external/skia/include/gpu/
DSkGr.h60 GR_STATIC_ASSERT((int)SkPath::kLine_Verb == (int)kLine_PathCmd);
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp203 case SkPath::kLine_Verb: in apply()
DGraphicsContextSkia.cpp155 case SkPath::kLine_Verb: in isPathSkiaSafe()
/external/skia/src/utils/
DSkParsePath.cpp227 case SkPath::kLine_Verb: in ToSVGString()
DSkDumpCanvas.cpp40 case SkPath::kLine_Verb: in dumpVerbs()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp258 case SkPath::kLine_Verb: in apply()
/external/skia/include/core/
DSkPath.h640 kLine_Verb, //!< iter.next returns 2 points enumerator
/external/skia/tests/
DPathTest.cpp956 case SkPath::kLine_Verb: in test_raw_iter()
1021 case SkPath::kLine_Verb: in test_raw_iter()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.cpp644 case SkPath::kLine_Verb: { in buildContours()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp634 case SkPath::kLine_Verb: in tesselateAndFillPath()