Home
last modified time | relevance | path

Searched refs:SetInterpolator (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition.cpp64 transition->SetInterpolator(interpolator); in StartCustomTransition()
90 transition->SetInterpolator(interpolator); in StartRenderTransition()
H A Drs_curve_animation.cpp86 animation->SetInterpolator(interpolator); in OnStart()
H A Drs_path_animation.cpp151 animation->SetInterpolator(interpolator); in OnStart()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_curve_animation.cpp35 void RSRenderCurveAnimation::SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator() function in OHOS::Rosen::RSRenderCurveAnimation
89 SetInterpolator(interpolator); in ParseParam()
H A Drs_render_path_animation.cpp40 void RSRenderPathAnimation::SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator() function in OHOS::Rosen::RSRenderPathAnimation
183 SetInterpolator(interpolator); in ParseParam()
H A Drs_render_transition.cpp79 SetInterpolator(interpolator); in ParseParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_transition.h33 void SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator() function
H A Drs_render_curve_animation.h36 void SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator);
H A Drs_render_path_animation.h40 void SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.h244 bool SetInterpolator(const TypeId& id); in META_BEGIN_NAMESPACE()
H A Danimation.h395 GetState().SetInterpolator(p ? p.property->GetTypeId() : TypeId {}); in META_BEGIN_NAMESPACE()
414 this->GetState().SetInterpolator(p ? p.property->GetTypeId() : TypeId {}); in META_BEGIN_NAMESPACE()
H A Danimation_state.cpp420 bool PropertyAnimationState::SetInterpolator(const TypeId& id) in SetInterpolator() function in Internal::PropertyAnimationState
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_curve_animation_test.cpp111 renderCurveAnimation->SetInterpolator(interpolator);
H A Drs_render_path_animation_test.cpp109 renderPathAnimation->SetInterpolator(interpolator);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp70 rsRenderPathAnimation.SetInterpolator(nullptr); in HWTEST_F()