/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_value_estimator.cpp | 25 Estimate(float fraction, const Quaternion& startValue, const Quaternion& endValue) Estimate() argument 32 Estimate( float fraction, const std::shared_ptr<RSFilter>& startValue, const std::shared_ptr<RSFilter>& endValue) Estimate() argument [all...] |
H A D | rs_render_curve_animation.cpp | 25 RSRenderCurveAnimation(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue) RSRenderCurveAnimation() argument
|
H A D | rs_animation_trace_utils.cpp | 141 addAnimationCreateTrace(const uint64_t nodeId, const std::string& nodeName, const uint64_t propertyId, const uint64_t animationId, const int animationType, const int propertyType, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue, const int animationDelay, const int animationDur, const int repeat) const addAnimationCreateTrace() argument
|
H A D | rs_render_particle_effector.cpp | 62 float startValue = valChangeOverLife[i]->fromValue_; in UpdateCurveValue() local 90 Color startValue = valChangeOverLife[i]->fromValue_; in UpdateColorCurveValue() local
|
H A D | rs_render_interpolating_spring_animation.cpp | 33 RSRenderInterpolatingSpringAnimation(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue) RSRenderInterpolatingSpringAnimation() argument
|
H A D | rs_render_spring_animation.cpp | 36 RSRenderSpringAnimation(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue) RSRenderSpringAnimation() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_picker_unit_test.cpp | 158 const int16_t startValue= 0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 212 auto startValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 231 auto startValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 250 auto startValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 270 auto startValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
|
H A D | rs_implicit_animation_param_test.cpp | 166 auto startValue = std::make_shared<RSAnimatableProperty<float>>(100.f); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_curve_animation.cpp | 35 RSCurveAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSCurveAnimation() argument
|
H A D | rs_interpolating_spring_animation.cpp | 36 RSInterpolatingSpringAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSInterpolatingSpringAnimation() argument
|
H A D | rs_spring_animation.cpp | 37 RSSpringAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSSpringAnimation() argument
|
H A D | rs_transition_effect.cpp | 115 Custom(const std::shared_ptr<RSPropertyBase>& property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) Custom() argument
|
H A D | rs_property_animation.cpp | 107 auto startValue = startValue_; in OnUpdateStagingValue() local
|
H A D | rs_implicit_animation_param.cpp | 144 CreateEmptyAnimation( std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateEmptyAnimation() argument 158 CreateAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 175 CreateAnimation( std::shared_ptr<RSPropertyBase> property, const bool& isCreateDurationKeyframe, const int& startDuration, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 192 AddKeyframe(std::shared_ptr<RSAnimation>& animation, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const AddKeyframe() argument 205 AddKeyframe(std::shared_ptr<RSAnimation>& animation, const int startDuration, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const AddKeyframe() argument 224 CreateAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 248 CreateAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 264 CreateAnimation( std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const CreateAnimation() argument 293 CreateAnimation(const std::shared_ptr<RSPropertyBase>& property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) CreateAnimation() argument [all...] |
H A D | rs_implicit_animator.cpp | 504 CreateImplicitAnimation(const std::shared_ptr<RSNode>& target, std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) CreateImplicitAnimation() argument 652 CreateImplicitAnimationWithInitialVelocity(const std::shared_ptr<RSNode>& target, const std::shared_ptr<RSPropertyBase>& property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue, const std::shared_ptr<RSPropertyBase>& velocity) CreateImplicitAnimationWithInitialVelocity() argument [all...] |
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | range_test.cpp | 57 int64_t* startValue = new (std::nothrow) int64_t [1]{0};
in SaveStart() local 195 float* startValue = new (std::nothrow) float [1]{0.0f};
in HWTEST_F() local 379 int64_t startValue = 0;
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_value_estimator_test.cpp | 48 auto startValue = RSFilter::CreateBlurFilter(1.f, 1.f); in HWTEST_F() local 84 auto startValue = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); in HWTEST_F() local
|
H A D | rs_render_interpolating_spring_animation_test.cpp | 29 RSRenderInterpolatingSpringAnimationMock(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue) RSRenderInterpolatingSpringAnimationMock() argument
|
H A D | rs_render_animation_debug_trace_test.cpp | 55 auto startValue = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); in HWTEST_F() local 80 auto startValue = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); in HWTEST_F() local 106 auto startValue = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); in HWTEST_F() local [all...] |
H A D | rs_render_spring_animation_test.cpp | 47 RSRenderSpringAnimationMock(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue) RSRenderSpringAnimationMock() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_transition_effect.h | 118 RSTransitionCustom(std::shared_ptr<RSRenderPropertyBase> property, std::shared_ptr<RSRenderPropertyBase> startValue, in RSTransitionCustom() argument
|
H A D | rs_value_estimator.h | 42 T Estimate(float fraction, const T& startValue, const T& endValue) in Estimate() argument 63 InitCurveAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue, const std::shared_ptr<RSRenderPropertyBase>& lastValue) InitCurveAnimationValue() argument 322 InitRSSpringValueEstimator(const std::shared_ptr<RSRenderPropertyBase>& property, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue, const std::shared_ptr<RSRenderPropertyBase>& lastValue) InitRSSpringValueEstimator() argument 326 UpdateStartValueAndLastValue( const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& lastValue) UpdateStartValueAndLastValue() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 411 Vector2f startValue = Vector2f(0, 0); in HWTEST_F() local 589 Vector2f startValue = Vector2f(0, 0); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.cpp | 156 T startValue = GetStartValue(originalValue); in CreateDiscreteAnimate() local 308 T startValue = GetStartValue(originalValue); in LinearAnimateFromTo() local 180 DiscreteAnimate( const RefPtr<KeyframeAnimation<T>>& animation, const T& originalValue, const T& startValue, const T& endValue) DiscreteAnimate() argument 474 T startValue = GetStartValue(originalValue); SplineAnimate() local [all...] |