Home
last modified time | relevance | path

Searched refs:isAdditive (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h106 auto animationValue = GetAnimationValue(fraction, isAdditive); in UpdateAnimationValue()
112 T GetAnimationValue(const float fraction, const bool isAdditive) in GetAnimationValue() argument
116 if (isAdditive && property_ != nullptr) { in GetAnimationValue()
210 auto animationValue = GetAnimationValue(fraction, isAdditive); in UpdateAnimationValue()
216 T GetAnimationValue(const float fraction, const bool isAdditive) in GetAnimationValue() argument
219 return GetDurationKeyframeAnimationValue(fraction, isAdditive); in GetAnimationValue()
237 if (isAdditive && property_ != nullptr) { in GetAnimationValue()
269 if (isAdditive && property_ != nullptr) { in GetDurationKeyframeAnimationValue()
435 auto animationValue = GetAnimationValue(time, isAdditive); in UpdateAnimationValue()
441 T GetAnimationValue(const float time, const bool isAdditive) in GetAnimationValue() argument
[all …]
H A Drs_render_property_animation.h36 void SetAdditive(bool isAdditive);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.cpp37 void RSPropertyAnimation::SetAdditive(bool isAdditive) in SetAdditive() argument
39 isAdditive_ = isAdditive; in SetAdditive()
H A Drs_property_animation.h38 void SetAdditive(bool isAdditive);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp41 void RSRenderPropertyAnimation::SetAdditive(bool isAdditive) in SetAdditive() argument
48 isAdditive_ = isAdditive; in SetAdditive()