Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp262 *fVerbs.append() = kLine_Verb; in lineTo()
326 case kLine_Verb: in close()
721 case kLine_Verb: in addPath()
768 case kLine_Verb: in pathTo()
808 case kLine_Verb: in reversePathTo()
882 case kLine_Verb: in transform()
1000 return kLine_Verb; in autoClose()
1033 if (kLine_Verb == this->autoClose(pts)) { in next()
1034 return kLine_Verb; in next()
1066 case kLine_Verb: in next()
[all …]
DSkStroke.cpp600 case SkPath::kLine_Verb: in strokePath()
616 stroker.close(lastSegment == SkPath::kLine_Verb); in strokePath()
622 stroker.done(dst, lastSegment == SkPath::kLine_Verb); in strokePath()
DSkScan_Path.cpp321 case SkPath::kLine_Verb: in build_edges()
424 case SkPath::kLine_Verb: in worst_case_edge_count()
DSkScan_Hairline.cpp271 case SkPath::kLine_Verb: in hair_path()
DSkPathMeasure.cpp174 case SkPath::kLine_Verb: in buildSegments()
DSkDraw.cpp1787 case SkPath::kLine_Verb: in morphpath()
/external/skia/src/effects/
DSkCornerPathEffect.cpp70 if (SkPath::kLine_Verb == prevVerb) { in filterPath()
83 case SkPath::kLine_Verb: in filterPath()
DSk1DPathEffect.cpp132 case SkPath::kLine_Verb: in morphpath()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp189 case SkPath::kLine_Verb: in apply()
234 case SkPath::kLine_Verb: in debugString()
DGraphicsContextSkia.cpp134 case SkPath::kLine_Verb: in isPathSkiaSafe()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp245 case SkPath::kLine_Verb: in apply()
291 case SkPath::kLine_Verb: in debugString()
/external/skia/src/gl/
DSkGL.cpp429 case SkPath::kLine_Verb: in worst_case_edge_count()
480 case SkPath::kLine_Verb: in DrawPath()
/external/skia/include/core/
DSkPath.h495 kLine_Verb, //!< iter.next returns 2 points enumerator
/external/skia/src/utils/
DSkDumpCanvas.cpp33 case SkPath::kLine_Verb: in dumpVerbs()