/third_party/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()
|
/third_party/skia/src/gpu/tessellate/ |
D | StrokeIterator.h | 46 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()
|
D | Tessellation.cpp | 114 case SkPathVerb::kCubic: in PreChopPathCurves()
|
D | MiddleOutPolygonTriangulator.h | 224 case SkPathVerb::kCubic: in nextStack()
|
D | PathCurveTessellator.cpp | 99 case SkPathVerb::kCubic: { in writePatches()
|
D | PathWedgeTessellator.cpp | 210 case SkPathVerb::kCubic: { in writePatches()
|
/third_party/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()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | resize_ir.cc | 37 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
|
D | resize_with_bbox_ir.cc | 42 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
|
D | random_resized_crop_with_bbox_ir.cc | 58 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
|
D | affine_ir.cc | 62 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea) { in ValidateParams()
|
D | random_resized_crop_ir.cc | 63 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea && in ValidateParams()
|
D | random_rotation_ir.cc | 84 …ode_ != InterpolationMode::kNearestNeighbour && interpolation_mode_ != InterpolationMode::kCubic && in ValidateParams()
|
D | random_affine_ir.cc | 126 interpolation_ != InterpolationMode::kCubic && interpolation_ != InterpolationMode::kArea) { in ValidateParams()
|
/third_party/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()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | constants.h | 126 kCubic = 2, ///< Interpolation method is bicubic interpolation. enumerator
|
/third_party/skia/bench/ |
D | PathOpsBench.cpp | 118 fVbs[fVIndex++] = (uint8_t)SkPathVerb::kCubic; in cubicTo()
|
/third_party/skia/src/core/ |
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()
|
D | SkPathPriv.h | 450 kCubic = SkPath::kCubic_Verb, enumerator
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/ |
D | bindings.cc | 120 .value("DE_INTER_CUBIC", InterpolationMode::kCubic) in __anon7cba642b0d02()
|
/third_party/skia/samplecode/ |
D | SamplePathTessellators.cpp | 312 case SkPathVerb::kCubic: in update_weight()
|