Home
last modified time | relevance | path

Searched refs:kCubic_Verb (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/tests/
H A DPathOpsAsWindingTest.cpp31 case SkPath::kCubic_Verb: { in build_squircle()
162 SkPath::kConic_Verb, SkPath::kCubic_Verb } ) { in DEF_TEST()
165 SkPath::kConic_Verb, SkPath::kCubic_Verb } ) { in DEF_TEST()
/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp132 case SkPath::kCubic_Verb: in preFetch()
261 case SkPath::kCubic_Verb: in walk()
291 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk()
320 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk()
H A DSkIntersectionHelper.h26 kCubic_Segment = SkPath::kCubic_Verb,
H A DSkPathOpsAsWinding.cpp106 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in left_edge()
141 SkASSERT(SkPath::kCubic_Verb == verb); in left_edge()
218 if (SkPath::kLine_Verb > verb || verb > SkPath::kCubic_Verb) {
H A DSkOpContour.cpp71 case SkPath::kCubic_Verb: { in addCurve()
H A DSkPathOpsTypes.h575 case 3: SkASSERT(SkPath::kCubic_Verb == verb); break; in SkPathOpsPointsToVerb()
589 case SkPath::kCubic_Verb: SkASSERT(3 == points); break; in SkPathOpsVerbToPoints()
H A DSkOpAngle.cpp230 if (SkPath::kCubic_Verb == testVerb) { in lineOnOneSide()
241 if (SkPath::kCubic_Verb == testVerb && crosses[2]) { in lineOnOneSide()
978 SkDEBUGCODE(fPart.fCurve.fVerb = SkPath::kCubic_Verb); // required for SkDCurve debug check in setSpans()
1011 case SkPath::kCubic_Verb: { in setSpans()
H A DSkPathOpsCurve.cpp109 if (SkPath::kCubic_Verb != verb) { in setCurveHullSweep()
H A DSkOpSegment.h53 init(pts, 1, parent, SkPath::kCubic_Verb); in addCubic()
/third_party/skia/src/core/
H A DHMSymbol.cpp40 case SkPath::kCubic_Verb: in PathOutlineDecompose()
H A DSkPath.cpp735 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo()
761 case kCubic_Verb: in close()
1002 *verbs == kCubic_Verb) { in hasOnlyMoveTos()
1476 case kCubic_Verb: in reversePathTo()
1532 case kCubic_Verb: in reverseAddPath()
1613 case kCubic_Verb: in transform()
1811 case kCubic_Verb: in next()
1929 case kCubic_Verb: in dump()
1979 case kCubic_Verb: in dump()
2424 case SkPath::kCubic_Verb in next()
[all...]
H A DSkPathRef.cpp387 case SkPath::kCubic_Verb:
440 case SkPath::kCubic_Verb:
608 case SkPath::kCubic_Verb:
H A DSkEdgeClipper.cpp489 *fCurrVerb++ = SkPath::kCubic_Verb; in appendCubic()
515 case SkPath::kCubic_Verb: in next()
H A DSkPathPriv.h450 kCubic = SkPath::kCubic_Verb,
H A DSkPath_serial.cpp273 case kCubic_Verb: in readFromMemory_EQ4Or5()
H A DSkScan_Hairline.cpp617 case SkPath::kCubic_Verb: {
638 verb >= SkPath::kLine_Verb && verb <= SkPath::kCubic_Verb) {
H A DSkEdgeBuilder.cpp317 case SkPath::kCubic_Verb: rec->fBuilder->addCubic(pts); break; in build()
H A DSkGlyph.cpp263 case SkPath::kCubic_Verb: { in calculate_path_gap()
/third_party/skia/src/effects/
H A DSkCornerPathEffect.cpp110 case SkPath::kCubic_Verb:
H A DSk1DPathEffect.cpp194 case SkPath::kCubic_Verb: in morphpath()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp115 case SkPath::kCubic_Verb:
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp76 case SkPath::kCubic_Verb: in init()
/third_party/skia/fuzz/
H A DFuzzPathop.cpp165 case SkPath::Verb::kCubic_Verb: in BuildPath()
/third_party/skia/src/gpu/tessellate/
H A DPathWedgeTessellator.cpp77 case SkPath::kCubic_Verb: in parseNextContour()
/third_party/skia/src/utils/
H A DSkParsePath.cpp287 case SkPath::kCubic_Verb: in ToSVGString()

Completed in 33 milliseconds

12