Home
last modified time | relevance | path

Searched refs:GetInterpolator (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_curve_animation.cpp83 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart()
99 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in IsSupportInteractiveAnimator()
H A Drs_transition.cpp63 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartCustomTransition()
89 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartRenderTransition()
H A Drs_keyframe_animation.cpp149 curve.GetInterpolator(GetDuration())); in OnStart()
153 …animation->AddKeyframe(fraction, value->GetRenderProperty(), curve.GetInterpolator(GetDuration())); in OnStart()
H A Drs_particle_params.h180 auto interpolator = curve.GetInterpolator(duration); in translateValToRender()
211 auto interpolator = curve.GetInterpolator(duration); in translateColorToRender()
H A Drs_animation_timing_curve.h84 std::shared_ptr<RSInterpolator> GetInterpolator(int duration) const;
H A Drs_animation_timing_curve.cpp122 std::shared_ptr<RSInterpolator> RSAnimationTimingCurve::GetInterpolator(int duration) const in GetInterpolator() function in OHOS::Rosen::RSAnimationTimingCurve
H A Drs_path_animation.cpp146 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_transition_test.cpp67 std::shared_ptr<RSInterpolator> GetInterpolator() in GetInterpolator() function in OHOS::Rosen::RSRenderTransitionMock
228 transition->GetInterpolator()->Marshalling(parcel3);
H A Drs_render_curve_animation_test.cpp112 EXPECT_TRUE(renderCurveAnimation->GetInterpolator() != nullptr);
H A Drs_render_path_animation_test.cpp110 EXPECT_TRUE(renderPathAnimation->GetInterpolator() != nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_curve_animation.h38 const std::shared_ptr<RSInterpolator>& GetInterpolator() const;
H A Drs_render_path_animation.h42 const std::shared_ptr<RSInterpolator>& GetInterpolator() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_curve_animation.cpp40 const std::shared_ptr<RSInterpolator>& RSRenderCurveAnimation::GetInterpolator() const in GetInterpolator() function in OHOS::Rosen::RSRenderCurveAnimation
H A Drs_render_path_animation.cpp45 const std::shared_ptr<RSInterpolator>& RSRenderPathAnimation::GetInterpolator() const in GetInterpolator() function in OHOS::Rosen::RSRenderPathAnimation
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.h248 IInterpolator::Ptr GetInterpolator() const; in META_BEGIN_NAMESPACE()
H A Danimation_state.cpp415 IInterpolator::Ptr PropertyAnimationState::GetInterpolator() const in GetInterpolator() function in Internal::PropertyAnimationState
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp88 res = rsRenderPathAnimation.GetInterpolator(); in HWTEST_F()