/third_party/flutter/skia/tests/ |
D | SubsetPath.cpp | 76 case SkPath::kCubic_Verb: in SubsetContours() 130 case SkPath::kCubic_Verb: in getSubsetPath() 166 case SkPath::kCubic_Verb: in SubsetVerbs() 195 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb in getSubsetPath() 224 case SkPath::kCubic_Verb: in getSubsetPath()
|
D | PathOpsAsWindingTest.cpp | 31 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()
|
D | PathOpsTestCommon.cpp | 184 case SkPath::kCubic_Verb: in CubicPathToQuads() 223 case SkPath::kCubic_Verb: { in CubicPathToSimple()
|
/third_party/flutter/skia/samplecode/ |
D | SampleAAGeometry.cpp | 45 if (SkPath::kCubic_Verb == fVerb) { 147 case SkPath::kCubic_Verb: in set_path_pt() 177 case SkPath::kCubic_Verb: in set_path_pt() 232 case SkPath::kCubic_Verb: { in add_path_segment() 261 case SkPath::kCubic_Verb: in add_path_segment() 299 case SkPath::kCubic_Verb: in delete_path_segment() 335 case SkPath::kCubic_Verb: in set_path_weight() 351 SkASSERT(SkPath::kLine_Verb <= v && v <= SkPath::kCubic_Verb); in set_path_verb() 360 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in set_path_verb() 371 case SkPath::kCubic_Verb: in set_path_verb() [all …]
|
D | SampleQuadStroker.cpp | 56 case SkPath::kCubic_Verb: in getOnCurvePoints() 82 case SkPath::kCubic_Verb: in getContourCounts() 366 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in draw_t_divs() 386 case SkPath::kCubic_Verb: in draw_t_divs()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 105 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in left_edge() 140 SkASSERT(SkPath::kCubic_Verb == verb); in left_edge() 195 if (SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb) { in contourBounds() 221 if (SkPath::kLine_Verb > verb || verb > SkPath::kCubic_Verb) { in nextEdge() 348 case SkPath::kCubic_Verb: in reverseMarkedContours()
|
D | SkOpEdgeBuilder.cpp | 135 case SkPath::kCubic_Verb: in preFetch() 267 case SkPath::kCubic_Verb: in walk() 297 SkPoint* curve = SkPath::kCubic_Verb == verb in walk() 326 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk()
|
D | SkIntersectionHelper.h | 26 kCubic_Segment = SkPath::kCubic_Verb,
|
D | SkPathOpsTightBounds.cpp | 33 case SkPath::kCubic_Verb: in TightBounds()
|
D | SkOpContour.cpp | 72 case SkPath::kCubic_Verb: { in addCurve()
|
D | SkPathOpsTypes.h | 575 case 3: SkASSERT(SkPath::kCubic_Verb == verb); break; in SkPathOpsPointsToVerb() 589 case SkPath::kCubic_Verb: SkASSERT(3 == points); break; in SkPathOpsVerbToPoints()
|
/third_party/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 132 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()
|
D | SkIntersectionHelper.h | 26 kCubic_Segment = SkPath::kCubic_Verb,
|
D | SkPathOpsAsWinding.cpp | 106 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) { in nextEdge()
|
D | SkOpContour.cpp | 71 case SkPath::kCubic_Verb: { in addCurve()
|
/third_party/skia/tests/ |
D | PathOpsAsWindingTest.cpp | 31 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/flutter/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 27 GR_STATIC_ASSERT(4 == SkPath::kCubic_Verb); in verb_to_gl_path_cmd() 48 GR_STATIC_ASSERT(4 == SkPath::kCubic_Verb); in num_coords() 156 case SkPath::kCubic_Verb: in init_path_object_for_general_path()
|
/third_party/flutter/skia/src/core/ |
D | SkPathRef.cpp | 269 case SkPath::kCubic_Verb: in validate_verb_sequence() 306 case SkPath::kCubic_Verb: in deduce_pts_conics() 537 case SkPath::kCubic_Verb: mask |= SkPath::kCubic_SegmentMask; break; in computeSegmentMask() 582 case SkPath::kCubic_Verb: in growForRepeatedVerb() 654 case SkPath::kCubic_Verb: in growForVerb() 849 case SkPath::kCubic_Verb: in next()
|
D | SkEdgeBuilder.cpp | 329 case SkPath::kCubic_Verb: this->addCubic(pts); break; in build() 362 case SkPath::kCubic_Verb: in build() 403 case SkPath::kCubic_Verb: { in build()
|
D | SkPath.cpp | 337 case kCubic_Verb: in conservativelyContainsRect() 566 case kCubic_Verb: in isRectContour() 909 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() 936 case kCubic_Verb: in close() 1264 *verbs == kCubic_Verb) { in hasOnlyMoveTos() 1671 case kCubic_Verb: in addPath() 1730 case kCubic_Verb: in reversePathTo() 1790 case kCubic_Verb: in reverseAddPath() 1863 case kCubic_Verb: in transform() 2080 case kCubic_Verb: in next() [all …]
|
/third_party/skia/src/core/ |
D | SkPathRef.cpp | 387 case SkPath::kCubic_Verb: in growForRepeatedVerb() 440 case SkPath::kCubic_Verb: in growForVerb() 608 case SkPath::kCubic_Verb: in next()
|
D | SkPath.cpp | 735 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() 2378 case SkPath::kCubic_Verb: in next() 3005 case SkPath::kCubic_Verb: in contains() [all …]
|
/third_party/flutter/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 112 case SkPath::kCubic_Verb: in onFilterPath()
|
/third_party/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 110 case SkPath::kCubic_Verb: in onFilterPath()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | PuckerBloat.cpp | 115 case SkPath::kCubic_Verb: in onRevalidateEffect()
|