/external/skia/tests/ |
D | SkPathRangeIterTest.cpp | 20 kCubic = (int)SkPathVerb::kCubic, in DEF_TEST() enumerator 31 Verb::kCubic, in DEF_TEST() 71 case Verb::kCubic: { in DEF_TEST() 117 case Verb::kCubic: in DEF_TEST()
|
D | SubsetPath.cpp | 74 case SkPathVerb::kCubic: in SubsetContours() 125 case SkPathVerb::kCubic: in getSubsetPath() 158 case SkPathVerb::kCubic: in SubsetVerbs() 184 bool enabled = SkPathVerb::kLine <= verb && verb <= SkPathVerb::kCubic in getSubsetPath() 213 case SkPathVerb::kCubic: in getSubsetPath()
|
D | PathOpsTestCommon.cpp | 182 case SkPathVerb::kCubic: in CubicPathToQuads() 218 case SkPathVerb::kCubic: { in CubicPathToSimple()
|
D | StrokeIndirectTest.cpp | 197 case SkPathVerb::kCubic: in get_contour_closing_control_point() 355 case SkPathVerb::kCubic: { in verifyResolveLevels()
|
D | PathBuilderTest.cpp | 77 case SkPathVerb::kCubic: in check_points()
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeIterator.h | 44 kCubic = (int)SkPathVerb::kCubic, enumerator 77 case SkPathVerb::kCubic: in next() 176 this->backVerb() == Verb::kConic || this->backVerb() == Verb::kCubic); in finishOpenContour() 288 case Verb::kCubic: in fillSquareCapPoints() 322 fFirstVerbInContour == Verb::kCubic); in fillSquareCapPoints() 325 SkASSERT(fFirstVerbInContour == Verb::kCubic); in fillSquareCapPoints()
|
D | GrPathTessellator.cpp | 32 case SkPathVerb::kCubic: in GrPathIndirectTessellator() 188 case SkPathVerb::kCubic: in prepare() 200 case SkPathVerb::kCubic: in prepare() 262 case SkPathVerb::kCubic: in prepare() 315 case SkPathVerb::kCubic: in prepare()
|
D | GrStrokeIndirectTessellator.cpp | 492 case Verb::kCubic: in GrStrokeIndirectTessellator() 543 case Verb::kCubic: { in GrStrokeIndirectTessellator() 893 case Verb::kCubic: in writeBuffers() 940 resolveLevel = (verb == Verb::kCubic) ? *nextResolveLevel++ : 0; in writeBuffers() 941 SkASSERT(verb == Verb::kQuad || verb == Verb::kConic || verb == Verb::kCubic); in writeBuffers()
|
D | GrMiddleOutPolygonTriangulator.h | 132 case SkPathVerb::kCubic: in WritePathInnerFan()
|
D | GrStrokeFixedCountTessellator.cpp | 289 case Verb::kCubic: in prepare()
|
/external/skia/include/core/ |
D | SkPathTypes.h | 55 kCubic, //!< SkPath::RawIter returns 4 points enumerator
|
D | SkPath.h | 1423 kCubic_Verb = static_cast<int>(SkPathVerb::kCubic), 1577 case SkPathVerb::kCubic: return 3; in pts_advance_after_verb() 1588 case SkPathVerb::kCubic: return -1; in pts_backset_for_verb()
|
/external/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 30 case SkPathVerb::kCubic: in TightBounds()
|
D | SkPathOpsAsWinding.cpp | 192 if (SkPathVerb::kLine <= verb && verb <= SkPathVerb::kCubic) { in contourBounds() 349 case SkPathVerb::kCubic: in reverseMarkedContours()
|
/external/skia/bench/ |
D | TessellateBench.cpp | 132 if (verb == SkPathVerb::kCubic) { in benchmark_wangs_formula_cubic_log2() 481 case SkPathVerb::kCubic: in setupPaths() 504 DEF_BENCH( return new SingleVerbStrokeIndirectBenchmark("_singlecubics", SkPathVerb::kCubic); )
|
D | PathOpsBench.cpp | 118 fVbs[fVIndex++] = (uint8_t)SkPathVerb::kCubic; in cubicTo()
|
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 61 case SkPathVerb::kCubic: this->cubicTo(pts[1], pts[2], pts[3]); break; in operator =() 138 fVerbs.push_back((uint8_t)SkPathVerb::kCubic); in cubicTo() 836 case SkPathVerb::kCubic: in privateReverseAddPath()
|
D | SkPathPriv.h | 447 kCubic = SkPath::kCubic_Verb, enumerator
|
D | SkEdgeBuilder.cpp | 348 case SkPathEdgeIter::Edge::kCubic: { in build()
|
D | SkPath.cpp | 1425 case SkPathVerb::kCubic: in addPath() 1843 case SkPathVerb::kCubic: numPts = 4; break; in next() 3096 case SkPathVerb::kCubic: in IsSimpleRect() 3293 case SkPathVerb::kCubic: in computeTightBounds() 3358 case SkPathVerb::kCubic: in sk_path_analyze_verbs()
|
D | SkEdgeClipper.cpp | 594 case SkPathEdgeIter::Edge::kCubic: in ClipPath()
|
/external/skia/samplecode/ |
D | SampleTessellatedWedge.cpp | 199 case SkPathVerb::kCubic: in update_weight()
|
D | SampleQuadStroker.cpp | 53 case SkPathVerb::kCubic: in getOnCurvePoints() 75 case SkPathVerb::kCubic: in getContourCounts()
|
D | SamplePathText.cpp | 314 case SkPathVerb::kCubic: in runAnimationTask()
|
/external/skia/tools/fonts/ |
D | create_test_font.cpp | 143 case SkPathVerb::kCubic: in output_path_data()
|