Home
last modified time | relevance | path

Searched defs:keyframes (Results 1 – 18 of 18) 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.cpp697 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
Drs_value_estimator.h70 std::shared_ptr<RSInterpolator>>>& keyframes, in InitKeyframeAnimationValue()
75 std::shared_ptr<RSInterpolator>>>& keyframes, in InitDurationKeyframeAnimationValue()
171 std::shared_ptr<RSInterpolator>>>& keyframes, in InitKeyframeAnimationValue()
190 std::shared_ptr<RSInterpolator>>>& keyframes, in InitDurationKeyframeAnimationValue()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_keyframe_animation.cpp48 …std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>>& keyframes) in AddKeyFrames()
Drs_symbol_animation.cpp742 … std::vector<std::tuple<float, std::shared_ptr<RSPropertyBase>, RSAnimationTimingCurve>> keyframes; in KeyframeAlphaSymbolAnimation() local
/foundation/arkui/ace_engine/frameworks/core/animation/
Dkeyframe_animation.h38 void AddKeyframe(const std::list<RefPtr<Keyframe<T>>>& keyframes) in AddKeyframe()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/
Danimation.h134 auto& Keyframes(BASE_NS::array_view<Type> keyframes) in Keyframes()
/foundation/arkui/ace_engine/interfaces/native/node/
Danimate_impl.h70 std::vector<ArkUI_KeyframeState> keyframes; member
88 std::vector<ArkUI_Keyframe> keyframes; member
Danimate_impl.cpp79 ArkUIKeyframeState keyframes[option->keyframes.size()]; in KeyframeAnimateTo() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_render_keyframe_animation.cpp55 std::shared_ptr<RSInterpolator>>>& keyframes) in AddKeyframes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_transition_effect_impl.h57 void SetKeyframes(const std::vector<std::pair<float, PropertyType>>& keyframes) in SetKeyframes()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
Drs_render_keyframe_animation_test.cpp118 …d::tuple<float, std::shared_ptr<RSRenderPropertyBase>, std::shared_ptr<RSInterpolator>>> keyframes; variable
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
Dtrack_animation_state.cpp125 bool TrackAnimationState::SetKeyframes(const IArrayAny::Ptr& keyframes) in SetKeyframes()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
Drs_render_keyframe_animation_test.cpp73 auto keyframes = std::vector<std::tuple<float, std::shared_ptr<RSRenderPropertyBase>, in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
Drs_animation_test.cpp708 std::vector<std::tuple<float, float, RSAnimationTimingCurve>> keyframes; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_context.cpp435 AnimationOption& overallAnimationOption, std::vector<KeyframeParam>& keyframes) in StartKeyframeAnimation()
781 auto keyframes = ParseKeyframes(info.GetExecutionContext(), keyframeArr); in JSKeyframeAnimateTo() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsUIContext.js533 keyframeAnimateTo(param, keyframes) { argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
Darkoala_api.h1407 ArkUIKeyframeState* keyframes; member
1430 ArkUIKeyframe* keyframes; member