Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/skia/src/gpu/tessellate/
DStrokeIterator.h46 kCubic = (int)SkPathVerb::kCubic, enumerator
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()
DTessellation.cpp114 case SkPathVerb::kCubic: in PreChopPathCurves()
DMiddleOutPolygonTriangulator.h224 case SkPathVerb::kCubic: in nextStack()
DPathCurveTessellator.cpp99 case SkPathVerb::kCubic: { in writePatches()
DPathWedgeTessellator.cpp210 case SkPathVerb::kCubic: { in writePatches()
/third_party/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()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dresize_ir.cc37 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
Dresize_with_bbox_ir.cc42 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
Drandom_resized_crop_with_bbox_ir.cc58 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
Daffine_ir.cc62 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea) { in ValidateParams()
Drandom_resized_crop_ir.cc63 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
Drandom_rotation_ir.cc84 …ode_ != InterpolationMode::kNearestNeighbour && interpolation_mode_ != InterpolationMode::kCubic && in ValidateParams()
Drandom_affine_ir.cc126 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea) { in ValidateParams()
/third_party/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()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h126 kCubic = 2, ///< Interpolation method is bicubic interpolation. enumerator
/third_party/skia/bench/
DPathOpsBench.cpp118 fVbs[fVIndex++] = (uint8_t)SkPathVerb::kCubic; in cubicTo()
/third_party/skia/src/core/
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()
DSkPathPriv.h450 kCubic = SkPath::kCubic_Verb, enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc120 .value("DE_INTER_CUBIC", InterpolationMode::kCubic) in __anon7cba642b0d02()
/third_party/skia/samplecode/
DSamplePathTessellators.cpp312 case SkPathVerb::kCubic: in update_weight()

12