/external/skqp/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()
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 47 if (SkPath::kCubic_Verb == fVerb) { 149 case SkPath::kCubic_Verb: in set_path_pt() 179 case SkPath::kCubic_Verb: in set_path_pt() 234 case SkPath::kCubic_Verb: { in add_path_segment() 263 case SkPath::kCubic_Verb: in add_path_segment() 301 case SkPath::kCubic_Verb: in delete_path_segment() 337 case SkPath::kCubic_Verb: in set_path_weight() 353 SkASSERT(SkPath::kLine_Verb <= v && v <= SkPath::kCubic_Verb); in set_path_verb() 362 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in set_path_verb() 373 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() 369 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in draw_t_divs() 389 case SkPath::kCubic_Verb: in draw_t_divs()
|
/external/skqp/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()
|
/external/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()
|
/external/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()
|
/external/skqp/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()
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 264 case SkPath::kCubic_Verb: in validate_verb_sequence() 301 case SkPath::kCubic_Verb: in deduce_pts_conics() 532 case SkPath::kCubic_Verb: mask |= SkPath::kCubic_SegmentMask; break; in computeSegmentMask() 577 case SkPath::kCubic_Verb: in growForRepeatedVerb() 649 case SkPath::kCubic_Verb: in growForVerb() 840 case SkPath::kCubic_Verb: in next()
|
D | SkEdgeBuilder.cpp | 364 case SkPath::kCubic_Verb: this->addCubic(pts); break; in build() 397 case SkPath::kCubic_Verb: in build() 438 case SkPath::kCubic_Verb: { in build()
|
D | SkPath.cpp | 333 case kCubic_Verb: in conservativelyContainsRect() 560 case kCubic_Verb: in isRectContour() 892 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() 919 case kCubic_Verb: in close() 1242 *verbs == kCubic_Verb) { in hasOnlyMoveTos() 1643 case kCubic_Verb: in addPath() 1702 case kCubic_Verb: in reversePathTo() 1762 case kCubic_Verb: in reverseAddPath() 1835 case kCubic_Verb: in transform() 2058 case kCubic_Verb: in consumeDegenerateSegments() [all …]
|
/external/skia/src/gpu/tessellate/ |
D | GrMidpointContourParser.h | 57 case SkPath::kCubic_Verb: in parseNextContour()
|
/external/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 112 case SkPath::kCubic_Verb: in onFilterPath()
|
/external/skqp/src/effects/ |
D | SkCornerPathEffect.cpp | 112 case SkPath::kCubic_Verb: in onFilterPath()
|
/external/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 | 726 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() 752 case kCubic_Verb: in close() 993 *verbs == kCubic_Verb) { in hasOnlyMoveTos() 1468 case kCubic_Verb: in reversePathTo() 1524 case kCubic_Verb: in reverseAddPath() 1605 case kCubic_Verb: in transform() 1803 case kCubic_Verb: in next() 1921 case kCubic_Verb: in dump() 2358 case SkPath::kCubic_Verb: in next() 2985 case SkPath::kCubic_Verb: in contains() [all …]
|
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | PuckerBloat.cpp | 115 case SkPath::kCubic_Verb: in onRevalidateEffect()
|