Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/tests/
DSubsetPath.cpp76 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()
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()
DPathOpsTestCommon.cpp184 case SkPath::kCubic_Verb: in CubicPathToQuads()
223 case SkPath::kCubic_Verb: { in CubicPathToSimple()
/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp45 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 …]
DSampleQuadStroker.cpp56 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/
DSkPathOpsAsWinding.cpp105 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()
DSkOpEdgeBuilder.cpp135 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()
DSkIntersectionHelper.h26 kCubic_Segment = SkPath::kCubic_Verb,
DSkPathOpsTightBounds.cpp33 case SkPath::kCubic_Verb: in TightBounds()
DSkOpContour.cpp72 case SkPath::kCubic_Verb: { in addCurve()
DSkPathOpsTypes.h575 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/
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()
DSkIntersectionHelper.h26 kCubic_Segment = SkPath::kCubic_Verb,
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) { in nextEdge()
DSkOpContour.cpp71 case SkPath::kCubic_Verb: { in addCurve()
/third_party/skia/tests/
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/flutter/skia/src/gpu/gl/
DGrGLPath.cpp27 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/
DSkPathRef.cpp269 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()
DSkEdgeBuilder.cpp329 case SkPath::kCubic_Verb: this->addCubic(pts); break; in build()
362 case SkPath::kCubic_Verb: in build()
403 case SkPath::kCubic_Verb: { in build()
DSkPath.cpp337 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/
DSkPathRef.cpp387 case SkPath::kCubic_Verb: in growForRepeatedVerb()
440 case SkPath::kCubic_Verb: in growForVerb()
608 case SkPath::kCubic_Verb: in next()
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()
2378 case SkPath::kCubic_Verb: in next()
3005 case SkPath::kCubic_Verb: in contains()
[all …]
/third_party/flutter/skia/src/effects/
DSkCornerPathEffect.cpp112 case SkPath::kCubic_Verb: in onFilterPath()
/third_party/skia/src/effects/
DSkCornerPathEffect.cpp110 case SkPath::kCubic_Verb: in onFilterPath()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DPuckerBloat.cpp115 case SkPath::kCubic_Verb: in onRevalidateEffect()

12345