Home
last modified time | relevance | path

Searched refs:kCubic (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/tests/
H A DSkPathRangeIterTest.cpp20 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 DSubsetPath.cpp74 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 DPathOpsTestCommon.cpp182 case SkPathVerb::kCubic:
218 case SkPathVerb::kCubic: { in CubicPathToSimple()
H A DPathBuilderTest.cpp77 case SkPathVerb::kCubic: in check_points()
/third_party/skia/src/gpu/tessellate/
H A DStrokeIterator.h46 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 DTessellation.cpp114 case SkPathVerb::kCubic: in PreChopPathCurves()
H A DMiddleOutPolygonTriangulator.h224 case SkPathVerb::kCubic: in nextStack()
H A DPathCurveTessellator.cpp99 case SkPathVerb::kCubic: { in writePatches()
H A DPathWedgeTessellator.cpp210 case SkPathVerb::kCubic: { in writePatches()
H A DStrokeFixedCountTessellator.cpp336 case Verb::kCubic: in prepare()
/third_party/skia/include/core/
H A DSkPathTypes.h55 kCubic, //!< SkPath::RawIter returns 4 points member in SkPathVerb
H A DSkPath.h1423 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 DSkPathOpsTightBounds.cpp30 case SkPathVerb::kCubic: in TightBounds()
H A DSkPathOpsAsWinding.cpp192 if (SkPathVerb::kLine <= verb && verb <= SkPathVerb::kCubic) {
349 case SkPathVerb::kCubic: in reverseMarkedContours()
/third_party/skia/src/core/
H A DSkPathBuilder.cpp62 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 DSkPathPriv.h300 4, // kCubic pts[0..3] in PtsInIter()
317 3, // kCubic pts[0..3]
450 kCubic = SkPath::kCubic_Verb, member in SkPathEdgeIter::Edge
H A DSkEdgeBuilder.cpp348 case SkPathEdgeIter::Edge::kCubic: { in build()
H A DSkPath.cpp1433 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 DSkEdgeClipper.cpp594 case SkPathEdgeIter::Edge::kCubic: in ClipPath()
/third_party/skia/bench/
H A DPathOpsBench.cpp118 fVbs[fVIndex++] = (uint8_t)SkPathVerb::kCubic; in cubicTo()
H A DTessellateBench.cpp171 if (verb == SkPathVerb::kCubic) { in benchmark_wangs_formula_cubic_log2()
/third_party/skia/samplecode/
H A DSamplePathTessellators.cpp312 case SkPathVerb::kCubic: in update_weight()
H A DSampleQuadStroker.cpp53 case SkPathVerb::kCubic: in getOnCurvePoints()
75 case SkPathVerb::kCubic: in getContourCounts()
H A DSamplePathText.cpp314 case SkPathVerb::kCubic:
/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp143 case SkPathVerb::kCubic: in output_path_data()

Completed in 26 milliseconds

12