Home
last modified time | relevance | path

Searched defs:startValue (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.cpp144 std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, in CreateEmptyAnimation()
158const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue… in CreateAnimation() argument
176const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue… in CreateAnimation() argument
192const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue… in AddKeyframe() argument
205const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue… in AddKeyframe() argument
224const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue… in CreateAnimation() argument
248const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue… in CreateAnimation() argument
264 std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, in CreateAnimation()
293const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in CreateAnimation()
H A Drs_path_animation.cpp38const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in RSPathAnimation()
319 const std::shared_ptr<RSPropertyBase>& startValue, in PreProcessPath()
341 void RSPathAnimation::InitNeedPath(const std::shared_ptr<RSPropertyBase>& startValue, in InitNeedPath()
364 bool RSPathAnimation::InitInterpolationVector2f(const std::shared_ptr<RSPropertyBase>& startValue, in InitInterpolationVector2f()
385 bool RSPathAnimation::InitInterpolationVector4f(const std::shared_ptr<RSPropertyBase>& startValue, 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 Drs_curve_animation.cpp36const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in RSCurveAnimation()
H A Drs_interpolating_spring_animation.cpp37const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in RSInterpolatingSpringAnimation()
H A Drs_property_animation.cpp106 auto startValue = startValue_; in OnUpdateStagingValue() local
H A Drs_spring_animation.cpp38const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in RSSpringAnimation()
H A Drs_transition_effect.cpp115const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) in Custom()
H A Drs_implicit_animator.cpp505 std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, in CreateImplicitAnimation()
653 …const std::shared_ptr<RSPropertyBase>& property, const std::shared_ptr<RSPropertyBase>& startValue, in CreateImplicitAnimationWithInitialVelocity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_animation_debug_trace_test.cpp55 auto startValue = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); variable
80 auto startValue = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); variable
H A Drs_value_estimator_test.cpp48 auto startValue = RSFilter::CreateBlurFilter(1.f, 1.f); variable
84 auto startValue = std::make_shared<RSRenderAnimatableProperty<float>>(0.0f); variable
H A Drs_render_interpolating_spring_animation_test.cpp31 const std::shared_ptr<RSRenderPropertyBase>& startValue, in RSRenderInterpolatingSpringAnimationMock()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_value_estimator.cpp26 const Quaternion& startValue, const Quaternion& endValue) in Estimate()
33 …float fraction, const std::shared_ptr<RSFilter>& startValue, const std::shared_ptr<RSFilter>& endV… in Estimate()
H A Drs_render_transition_effect.cpp165 float startValue(1.0f); in UpdateFraction() local
183 Vector2f startValue(1.0f, 1.0f); in UpdateFraction() local
201 Vector2f startValue(0.0f, 0.0f); in UpdateFraction() local
H A Drs_render_curve_animation.cpp25 …::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& star… in RSRenderCurveAnimation()
H A Drs_render_particle_effector.cpp62 float startValue = valChangeOverLife[i]->fromValue_; in UpdateCurveValue() local
90 Color startValue = valChangeOverLife[i]->fromValue_; in UpdateColorCurveValue() local
H A Drs_animation_trace_utils.cpp143const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBas… in addAnimationCreateTrace()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Drange_test.cpp57 int64_t* startValue = new (std::nothrow) int64_t [1]{0}; in SaveStart() local
195 float* startValue = new (std::nothrow) float [1]{0.0f}; in __anonfb2cd37e0102() variable
379 int64_t startValue = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h42 T Estimate(float fraction, const T& startValue, const T& endValue) in Estimate()
64 const std::shared_ptr<RSRenderPropertyBase>& startValue, in InitCurveAnimationValue()
88 const std::shared_ptr<RSRenderPropertyBase>& startValue, in InitCurveAnimationValue()
323const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBas… in InitRSSpringValueEstimator()
327const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBas… in UpdateStartValueAndLastValue()
401const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBas… in InitRSSpringValueEstimator()
419 void UpdateStartValueAndLastValue(const std::shared_ptr<RSRenderPropertyBase>& startValue, in UpdateStartValueAndLastValue()
H A Drs_render_transition_effect.h118 …tom(std::shared_ptr<RSRenderPropertyBase> property, std::shared_ptr<RSRenderPropertyBase> startVal… in RSTransitionCustom()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp309 std::shared_ptr<RSPropertyBase> startValue = std::make_shared<RSAnimatableProperty<float>>(2.f); variable
340 const std::shared_ptr<RSPropertyBase>& startValue, in RSPathAnimationMock()
423 auto startValue = std::make_shared<RSAnimatableProperty<Vector4f>>(startData); variable
511 auto startValue = std::make_shared<RSAnimatableProperty<Vector4f>>(startData); variable
539 auto startValue = std::make_shared<RSAnimatableProperty<Vector4f>>(startData); variable
793 auto startValue = std::make_shared<RSAnimatableProperty<Vector4f>>(startData); variable
835 auto startValue = std::make_shared<RSAnimatableProperty<Vector2f>>(startData); variable
885 auto startValue = std::make_shared<RSAnimatableProperty<Vector2f>>(startData); variable
910 …ationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startVa… in RSSpringAnimationMock()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.cpp156 T startValue = GetStartValue(originalValue); in CreateDiscreteAnimate() local
181 …const RefPtr<KeyframeAnimation<T>>& animation, const T& originalValue, const T& startValue, const … in DiscreteAnimate()
308 T startValue = GetStartValue(originalValue); in LinearAnimateFromTo() local
474 T startValue = GetStartValue(originalValue); in SplineAnimate() local
H A Dsvg_animate.h129 T GetEndValue(const T& startValue) const in GetEndValue()
145 Color GetEndValue(const Color& startValue) const in GetEndValue()
157 Dimension GetEndValue(const Dimension& startValue) const in GetEndValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_path_animation_test.cpp212 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 Drs_implicit_animation_param_test.cpp166 auto startValue = std::make_shared<RSAnimatableProperty<float>>(100.f); variable
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp158 const int16_t startValue= 0; variable

12