/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | animation_track_component.h | 45 SPLINE enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | animation_track_component_manager.cpp | 31 DECL_ENUM(AnimationTrackComponent::Interpolation, SPLINE, "Spline")
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_animate.cpp | 78 calcMode = CalcMode::SPLINE; in ConvertCalcMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.cpp | 103 case CalcMode::SPLINE: in CreatePropertyAnimate() 135 case CalcMode::SPLINE: in CreateMotionAnimate() 434 if (calcMode_ != CalcMode::SPLINE) { in CreateSplineAnimate()
|
H A D | svg_animate.h | 36 SPLINE, enumerator 63 } else if (calcMode_ == CalcMode::SPLINE) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_animation.cpp | 92 calcMode = CalcMode::SPLINE; in SetAttr()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 312 case AnimationTrackComponent::Interpolation::SPLINE: { in Interpolate() 354 case AnimationTrackComponent::Interpolation::SPLINE: { 385 if (interpolation.mode == AnimationTrackComponent::Interpolation::SPLINE) { in AnimateArray() 1236 … (trackHandle->interpolationMode == AnimationTrackComponent::Interpolation::SPLINE) ? 3U : 1U; in AnimateTracks()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_animation.cpp | 47 …{ ANIMATION_CALC_MODE_PACED, CalcMode::PACED }, { ANIMATION_CALC_MODE_SPLINE, CalcMode::SPLINE } };
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_type.h | 355 SPLINE = 9, // SWS_SPLINE enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 154 enum class AnimationInterpolation : int { INVALID, STEP, LINEAR, SPLINE }; in CORE3D_BEGIN_NAMESPACE() enumerator
|
H A D | gltf2_util.cpp | 417 out = AnimationInterpolation::SPLINE; in GetAnimationInterpolation() 618 case AnimationInterpolation::SPLINE: in GetAnimationInterpolation()
|
H A D | gltf2_exporter.cpp | 180 case AnimationTrackComponent::Interpolation::SPLINE: in GetAnimationInterpolation() 181 return GLTF2::AnimationInterpolation::SPLINE; in GetAnimationInterpolation()
|
H A D | gltf2_importer.cpp | 1327 case GLTF2::AnimationInterpolation::SPLINE: in ConvertAnimationInterpolation() 1328 return AnimationTrackComponent::Interpolation::SPLINE; in ConvertAnimationInterpolation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/ |
H A D | svg_animate_test.cpp | 371 svgAnimate->SetCalcMode(CalcMode::SPLINE);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_pixel_map_napi_kits.cpp | 89 if (val <= static_cast<int32_t>(AntiAliasingOption::SPLINE)) { in ParseAntiAliasingOption()
|
H A D | pixel_map_napi.cpp | 185 if (val <= static_cast<int32_t>(AntiAliasingOption::SPLINE)) { in ParseAntiAliasingOption()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 764 case AntiAliasingOption::SPLINE: in GetInterpolation()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_utils.cpp | 88 case AntiAliasingOption::SPLINE: in YuvConvertOption()
|