/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_animation_debug_trace_test.cpp | 56 auto endValue = std::make_shared<RSRenderAnimatableProperty<float>>(100.0f); variable 81 auto endValue = std::make_shared<RSRenderAnimatableProperty<float>>(100.0f); variable
|
H A D | rs_value_estimator_test.cpp | 49 auto endValue = RSFilter::CreateBlurFilter(10.f, 10.f); variable 85 auto endValue = std::make_shared<RSRenderAnimatableProperty<float>>(1.0f); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 38 …const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in RSPathAnimation() 342 const std::shared_ptr<RSPropertyBase>& endValue) in InitNeedPath() 365 const std::shared_ptr<RSPropertyBase>& endValue) in InitInterpolationVector2f() 386 const std::shared_ptr<RSPropertyBase>& endValue) in InitInterpolationVector4f() 406 void RSPathAnimation::UpdateVector2fValueAddOrigin(Vector2f& startValue, Vector2f& endValue, Vector… in UpdateVector2fValueAddOrigin() 412 void RSPathAnimation::UpdateVector4fValueAddOrigin(Vector4f& startValue, Vector4f& endValue, Vector… in UpdateVector4fValueAddOrigin()
|
H A D | rs_curve_animation.cpp | 36 …const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in RSCurveAnimation()
|
H A D | rs_interpolating_spring_animation.cpp | 37 …const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in RSInterpolatingSpringAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_value_estimator.cpp | 26 const Quaternion& startValue, const Quaternion& endValue) in Estimate() 33 …t fraction, const std::shared_ptr<RSFilter>& startValue, const std::shared_ptr<RSFilter>& endValue) in Estimate()
|
H A D | rs_render_transition_effect.cpp | 166 float endValue(alpha_); in UpdateFraction() local 184 Vector2f endValue(scaleX_, scaleY_); in UpdateFraction() local 202 Vector2f endValue(translateX_, translateY_); in UpdateFraction() local
|
H A D | rs_render_interpolating_spring_animation.cpp | 34 const std::shared_ptr<RSRenderPropertyBase>& endValue) in RSRenderInterpolatingSpringAnimation() 190 auto endValue = animationFraction_.GetCurrentIsReverseCycle() ? startValue_ : endValue_; in OnAnimate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | simple_spring_node.cpp | 56 void SimpleSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext() 72 void SimpleSpringNode::EndToValue(double endValue, double velocity) in EndToValue()
|
H A D | svg_animate.cpp | 157 T endValue = GetEndValue(startValue); in CreateDiscreteAnimate() local 181 …r<KeyframeAnimation<T>>& animation, const T& originalValue, const T& startValue, const T& endValue) in DiscreteAnimate() 309 T endValue = GetEndValue(startValue); in LinearAnimateFromTo() local 475 T endValue = GetEndValue(startValue); in SplineAnimate() local
|
H A D | bilateral_spring_node.cpp | 25 void BilateralSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext()
|
H A D | animatable_base.h | 36 void AnimateTo(const T& beginValue, const T& endValue) in AnimateTo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 310 std::shared_ptr<RSPropertyBase> endValue = std::make_shared<RSAnimatableProperty<float>>(10.0f); variable 341 const std::shared_ptr<RSPropertyBase>& endValue) in RSPathAnimationMock() 425 auto endValue = std::make_shared<RSAnimatableProperty<Vector4f>>(endData); variable 513 auto endValue = std::make_shared<RSAnimatableProperty<Vector4f>>(endData); variable 541 auto endValue = std::make_shared<RSAnimatableProperty<Vector4f>>(endData); variable 795 auto endValue = std::make_shared<RSAnimatableProperty<Vector4f>>(endData); variable 837 auto endValue = std::make_shared<RSAnimatableProperty<Vector2f>>(endData); variable 887 auto endValue = std::make_shared<RSAnimatableProperty<Vector2f>>(endData); variable 911 const std::shared_ptr<RSPropertyBase>& endValue) in RSSpringAnimationMock()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | animatable_color.h | 87 void AnimateTo(uint32_t endValue) in AnimateTo()
|
H A D | animatable_path.cpp | 46 void AnimatablePath::AnimateTo(std::string endValue) in AnimateTo()
|
H A D | animatable_double.h | 114 void AnimateTo(double endValue) in AnimateTo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 213 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 232 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 251 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 271 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_picker_unit_test.cpp | 159 const int16_t endValue = 100; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_float.h | 106 void AnimateTo(float endValue) in AnimateTo()
|
H A D | animatable_dimension.cpp | 67 void AnimatableDimension::AnimateTo(double endValue) in AnimateTo()
|
H A D | animatable_matrix4.cpp | 61 void AnimatableMatrix4::AnimateTo(const Matrix4& endValue) in AnimateTo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | animatable_matrix4_test.cpp | 77 Matrix4 endValue = Matrix4::CreateIdentity(); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_scroller_test_ng.cpp | 564 float endValue = pattern_->GetFinalPosition(); variable 586 float endValue = pattern_->GetFinalPosition(); variable 608 float endValue = pattern_->GetFinalPosition(); variable 635 float endValue = pattern_->GetFinalPosition(); variable 668 float endValue = pattern_->GetFinalPosition(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_value_estimator.h | 42 T Estimate(float fraction, const T& startValue, const T& endValue) in Estimate() 65 const std::shared_ptr<RSRenderPropertyBase>& endValue, in InitCurveAnimationValue() 89 const std::shared_ptr<RSRenderPropertyBase>& endValue, in InitCurveAnimationValue() 323 …td::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& end… in InitRSSpringValueEstimator() 401 …td::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& end… in InitRSSpringValueEstimator()
|
H A D | rs_render_transition_effect.h | 119 std::shared_ptr<RSRenderPropertyBase> endValue) in RSTransitionCustom()
|