Home
last modified time | relevance | path

Searched refs:RemoveKeyframe (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/
H A Danimation.h155 bool RemoveKeyframe(size_t index) in RemoveKeyframe() function
157 return META_API_CACHED_INTERFACE(TrackAnimation)->RemoveKeyframe(index); in RemoveKeyframe()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp206 bool TrackAnimation::RemoveKeyframe(size_t index) in RemoveKeyframe() function in Internal::TrackAnimation
209 if (GetState().RemoveKeyframe(index)) { in RemoveKeyframe()
H A Dtrack_animation_state.h80 bool RemoveKeyframe(size_t index); in META_BEGIN_NAMESPACE()
H A Dtrack_animation.h49 bool RemoveKeyframe(size_t index) override; in META_BEGIN_NAMESPACE()
H A Dtrack_animation_state.cpp60 bool TrackAnimationState::RemoveKeyframe(size_t index) in RemoveKeyframe() function in Internal::TrackAnimationState
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation.h298 virtual bool RemoveKeyframe(size_t index) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h59 bool RemoveKeyframe(size_t index) override; in SCENE_BEGIN_NAMESPACE()
H A Decs_animation.cpp165 bool EcsTrackAnimation::RemoveKeyframe(size_t index) in RemoveKeyframe() function in EcsTrackAnimation