Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp307 *fVerbs.append() = kCubic_Verb; in cubicTo()
328 case kCubic_Verb: in close()
729 case kCubic_Verb: in addPath()
774 case kCubic_Verb: in pathTo()
814 case kCubic_Verb: in reversePathTo()
888 case kCubic_Verb: in transform()
1087 case kCubic_Verb: in next()
1179 case SkPath::kCubic_Verb: in subdivide()
1285 case kCubic_Verb: in dump()
DSkScan_Path.cpp349 case SkPath::kCubic_Verb: { in build_edges()
432 case SkPath::kCubic_Verb: in worst_case_edge_count()
DSkScan_Hairline.cpp290 case SkPath::kCubic_Verb: in hair_path()
DSkPathMeasure.cpp195 case SkPath::kCubic_Verb: in buildSegments()
DSkStroke.cpp610 case SkPath::kCubic_Verb: in strokePath()
DSkDraw.cpp1798 case SkPath::kCubic_Verb: in morphpath()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp197 case SkPath::kCubic_Verb: in apply()
246 case SkPath::kCubic_Verb: in debugString()
DGraphicsContextSkia.cpp147 case SkPath::kCubic_Verb: in isPathSkiaSafe()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp253 case SkPath::kCubic_Verb: in apply()
303 case SkPath::kCubic_Verb: in debugString()
/external/skia/src/effects/
DSkCornerPathEffect.cpp112 case SkPath::kCubic_Verb: in filterPath()
DSk1DPathEffect.cpp141 case SkPath::kCubic_Verb: in morphpath()
/external/skia/src/gl/
DSkGL.cpp435 case SkPath::kCubic_Verb: in worst_case_edge_count()
499 case SkPath::kCubic_Verb: { in DrawPath()
/external/skia/include/core/
DSkPath.h497 kCubic_Verb, //!< iter.next returns 4 points enumerator
/external/skia/src/utils/
DSkDumpCanvas.cpp40 case SkPath::kCubic_Verb: in dumpVerbs()