/third_party/skia/tests/ |
H A D | SkPathRangeIterTest.cpp | 20 kCubic = (int)SkPathVerb::kCubic, in DEF_TEST() member in Verb 31 Verb::kCubic, in DEF_TEST() 71 case Verb::kCubic: { in DEF_TEST() 117 case Verb::kCubic: in DEF_TEST()
|
H A 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()
|
H A D | PathOpsTestCommon.cpp | 182 case SkPathVerb::kCubic: 218 case SkPathVerb::kCubic: { in CubicPathToSimple()
|
H A D | PathBuilderTest.cpp | 77 case SkPathVerb::kCubic: in check_points()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeIterator.h | 46 kCubic = (int)SkPathVerb::kCubic, member in skgpu::StrokeIterator::Verb 79 case SkPathVerb::kCubic: in next() 178 this->backVerb() == Verb::kConic || this->backVerb() == Verb::kCubic); in finishOpenContour() 290 case Verb::kCubic: in fillSquareCapPoints() 324 fFirstVerbInContour == Verb::kCubic); in fillSquareCapPoints() 327 SkASSERT(fFirstVerbInContour == Verb::kCubic); in fillSquareCapPoints()
|
H A D | Tessellation.cpp | 114 case SkPathVerb::kCubic: in PreChopPathCurves()
|
H A D | MiddleOutPolygonTriangulator.h | 224 case SkPathVerb::kCubic: in nextStack()
|
H A D | PathCurveTessellator.cpp | 99 case SkPathVerb::kCubic: { in writePatches()
|
H A D | PathWedgeTessellator.cpp | 210 case SkPathVerb::kCubic: { in writePatches()
|
H A D | StrokeFixedCountTessellator.cpp | 336 case Verb::kCubic: in prepare()
|
/third_party/skia/include/core/ |
H A D | SkPathTypes.h | 55 kCubic, //!< SkPath::RawIter returns 4 points member in SkPathVerb
|
H A 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()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTightBounds.cpp | 30 case SkPathVerb::kCubic: in TightBounds()
|
H A D | SkPathOpsAsWinding.cpp | 192 if (SkPathVerb::kLine <= verb && verb <= SkPathVerb::kCubic) { 349 case SkPathVerb::kCubic: in reverseMarkedContours()
|
/third_party/skia/src/core/ |
H A D | SkPathBuilder.cpp | 62 case SkPathVerb::kCubic: this->cubicTo(pts[1], pts[2], pts[3]); break; in operator =() 142 fVerbs.push_back((uint8_t)SkPathVerb::kCubic); in cubicTo() 853 case SkPathVerb::kCubic: in privateReverseAddPath()
|
H A D | SkPathPriv.h | 300 4, // kCubic pts[0..3] in PtsInIter() 317 3, // kCubic pts[0..3] 450 kCubic = SkPath::kCubic_Verb, member in SkPathEdgeIter::Edge
|
H A D | SkEdgeBuilder.cpp | 348 case SkPathEdgeIter::Edge::kCubic: { in build()
|
H A D | SkPath.cpp | 1433 case SkPathVerb::kCubic: in addPath() 1851 case SkPathVerb::kCubic: numPts = 4; break; in next() 3162 case SkPathVerb::kCubic: in IsSimpleRect() 3359 case SkPathVerb::kCubic: in computeTightBounds() 3424 case SkPathVerb::kCubic: in sk_path_analyze_verbs()
|
H A D | SkEdgeClipper.cpp | 594 case SkPathEdgeIter::Edge::kCubic: in ClipPath()
|
/third_party/skia/bench/ |
H A D | PathOpsBench.cpp | 118 fVbs[fVIndex++] = (uint8_t)SkPathVerb::kCubic; in cubicTo()
|
H A D | TessellateBench.cpp | 171 if (verb == SkPathVerb::kCubic) { in benchmark_wangs_formula_cubic_log2()
|
/third_party/skia/samplecode/ |
H A D | SamplePathTessellators.cpp | 312 case SkPathVerb::kCubic: in update_weight()
|
H A D | SampleQuadStroker.cpp | 53 case SkPathVerb::kCubic: in getOnCurvePoints() 75 case SkPathVerb::kCubic: in getContourCounts()
|
H A D | SamplePathText.cpp | 314 case SkPathVerb::kCubic:
|
/third_party/skia/tools/fonts/ |
H A D | create_test_font.cpp | 143 case SkPathVerb::kCubic: in output_path_data()
|