/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_curve_animation.cpp | 83 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart() 99 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in IsSupportInteractiveAnimator()
|
H A D | rs_transition.cpp | 63 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartCustomTransition() 89 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartRenderTransition()
|
H A D | rs_keyframe_animation.cpp | 149 curve.GetInterpolator(GetDuration())); in OnStart() 153 …animation->AddKeyframe(fraction, value->GetRenderProperty(), curve.GetInterpolator(GetDuration())); in OnStart()
|
H A D | rs_particle_params.h | 180 auto interpolator = curve.GetInterpolator(duration); in translateValToRender() 211 auto interpolator = curve.GetInterpolator(duration); in translateColorToRender()
|
H A D | rs_animation_timing_curve.h | 84 std::shared_ptr<RSInterpolator> GetInterpolator(int duration) const;
|
H A D | rs_animation_timing_curve.cpp | 122 std::shared_ptr<RSInterpolator> RSAnimationTimingCurve::GetInterpolator(int duration) const in GetInterpolator() function in OHOS::Rosen::RSAnimationTimingCurve
|
H A D | rs_path_animation.cpp | 146 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_transition_test.cpp | 67 std::shared_ptr<RSInterpolator> GetInterpolator() in GetInterpolator() function in OHOS::Rosen::RSRenderTransitionMock 228 transition->GetInterpolator()->Marshalling(parcel3);
|
H A D | rs_render_curve_animation_test.cpp | 112 EXPECT_TRUE(renderCurveAnimation->GetInterpolator() != nullptr);
|
H A D | rs_render_path_animation_test.cpp | 110 EXPECT_TRUE(renderPathAnimation->GetInterpolator() != nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_curve_animation.h | 38 const std::shared_ptr<RSInterpolator>& GetInterpolator() const;
|
H A D | rs_render_path_animation.h | 42 const std::shared_ptr<RSInterpolator>& GetInterpolator() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_curve_animation.cpp | 40 const std::shared_ptr<RSInterpolator>& RSRenderCurveAnimation::GetInterpolator() const in GetInterpolator() function in OHOS::Rosen::RSRenderCurveAnimation
|
H A D | rs_render_path_animation.cpp | 45 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 D | animation_state.h | 248 IInterpolator::Ptr GetInterpolator() const; in META_BEGIN_NAMESPACE()
|
H A D | animation_state.cpp | 415 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 D | rs_render_path_animation_test.cpp | 88 res = rsRenderPathAnimation.GetInterpolator(); in HWTEST_F()
|