Home
last modified time | relevance | path

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

12

/external/skia/tests/
DSkPathRangeIterTest.cpp20 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()
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()
DPathOpsTestCommon.cpp182 case SkPathVerb::kCubic: in CubicPathToQuads()
218 case SkPathVerb::kCubic: { in CubicPathToSimple()
DStrokeIndirectTest.cpp197 case SkPathVerb::kCubic: in get_contour_closing_control_point()
355 case SkPathVerb::kCubic: { in verifyResolveLevels()
DPathBuilderTest.cpp77 case SkPathVerb::kCubic: in check_points()
/external/skia/src/gpu/tessellate/
DGrStrokeIterator.h44 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()
DGrPathTessellator.cpp32 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()
DGrStrokeIndirectTessellator.cpp492 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()
DGrMiddleOutPolygonTriangulator.h132 case SkPathVerb::kCubic: in WritePathInnerFan()
DGrStrokeFixedCountTessellator.cpp289 case Verb::kCubic: in prepare()
/external/skia/include/core/
DSkPathTypes.h55 kCubic, //!< SkPath::RawIter returns 4 points enumerator
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()
/external/skia/src/pathops/
DSkPathOpsTightBounds.cpp30 case SkPathVerb::kCubic: in TightBounds()
DSkPathOpsAsWinding.cpp192 if (SkPathVerb::kLine <= verb && verb <= SkPathVerb::kCubic) { in contourBounds()
349 case SkPathVerb::kCubic: in reverseMarkedContours()
/external/skia/bench/
DTessellateBench.cpp132 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); )
DPathOpsBench.cpp118 fVbs[fVIndex++] = (uint8_t)SkPathVerb::kCubic; in cubicTo()
/external/skia/src/core/
DSkPathBuilder.cpp61 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()
DSkPathPriv.h447 kCubic = SkPath::kCubic_Verb, enumerator
DSkEdgeBuilder.cpp348 case SkPathEdgeIter::Edge::kCubic: { in build()
DSkPath.cpp1425 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()
DSkEdgeClipper.cpp594 case SkPathEdgeIter::Edge::kCubic: in ClipPath()
/external/skia/samplecode/
DSampleTessellatedWedge.cpp199 case SkPathVerb::kCubic: in update_weight()
DSampleQuadStroker.cpp53 case SkPathVerb::kCubic: in getOnCurvePoints()
75 case SkPathVerb::kCubic: in getContourCounts()
DSamplePathText.cpp314 case SkPathVerb::kCubic: in runAnimationTask()
/external/skia/tools/fonts/
Dcreate_test_font.cpp143 case SkPathVerb::kCubic: in output_path_data()

12