Home
last modified time | relevance | path

Searched defs:keyframes (Results 1 – 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_keyframe_animation_test.cpp166 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
206 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
247 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
335 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
374 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
Drs_animation_supplement_test.cpp690 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_keyframe_animation.cpp44 …std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>>& keyframes) in AddKeyFrames()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
Drs_value_estimator.h62 std::shared_ptr<RSInterpolator>>>& keyframes, in InitKeyframeAnimationValue()
135 std::shared_ptr<RSInterpolator>>>& keyframes, in InitKeyframeAnimationValue()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_render_keyframe_animation.cpp50 std::shared_ptr<RSInterpolator>>>& keyframes) in AddKeyframes()
/foundation/arkui/ace_engine/frameworks/core/animation/
Dkeyframe_animation.h38 void AddKeyframe(const std::list<RefPtr<Keyframe<T>>>& keyframes) in AddKeyframe()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
Drs_render_keyframe_animation_test.cpp105 …d::tuple<float, std::shared_ptr<RSRenderPropertyBase>, std::shared_ptr<RSInterpolator>>> keyframes; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_transition_effect_impl.h53 void SetKeyframes(const std::vector<std::pair<float, PropertyType>>& keyframes) in SetKeyframes()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
Drs_animation_test.cpp735 std::vector<std::tuple<float, float, RSAnimationTimingCurve>> keyframes; variable