Home
last modified time | relevance | path

Searched refs:GetAdditive (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp51 bool RSRenderPropertyAnimation::GetAdditive() in GetAdditive() function in OHOS::Rosen::RSRenderPropertyAnimation
143 if (GetAdditive() && (property_ != nullptr)) { in SetAnimationValue()
157 if (GetAdditive()) { in GetAnimationValue()
170 if (GetAdditive()) { in OnRemoveOnCompletion()
H A Drs_render_interpolating_spring_animation.cpp134 valueEstimator_->UpdateAnimationValue(fraction, GetAdditive()); in OnSetFraction()
181 valueEstimator_->UpdateAnimationValue(1.0f, GetAdditive()); in OnAnimate()
187 valueEstimator_->UpdateAnimationValue(displacement, GetAdditive()); in OnAnimate()
H A Drs_render_curve_animation.cpp98 valueEstimator_->UpdateAnimationValue(fraction, GetAdditive()); in OnSetFraction()
131 valueEstimator_->UpdateAnimationValue(interpolatorValue, GetAdditive()); in OnAnimateInner()
H A Drs_render_path_animation.cpp210 valueEstimator_->UpdateAnimationValue(interpolator_->Interpolate(fraction), GetAdditive()); in OnAnimate()
217 … vector4fValueEstimator->GetAnimationValue(interpolator_->Interpolate(fraction), GetAdditive()); in OnAnimate()
H A Drs_render_spring_animation.cpp150 springValueEstimator_->UpdateAnimationValue(prevMappedTime_, GetAdditive()); in OnAnimate()
155 springValueEstimator_->UpdateAnimationValue(prevMappedTime_, GetAdditive()); in OnAnimate()
H A Drs_render_keyframe_animation.cpp221 valueEstimator_->UpdateAnimationValue(fraction, GetAdditive()); in OnAnimate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.h40 bool GetAdditive() const;
H A Drs_curve_animation.cpp87 animation->SetAdditive(GetAdditive()); in OnStart()
H A Drs_interpolating_spring_animation.cpp80 animation->SetAdditive(GetAdditive()); in OnStart()
H A Drs_property_animation.cpp42 bool RSPropertyAnimation::GetAdditive() const in GetAdditive() function in OHOS::Rosen::RSPropertyAnimation
H A Drs_spring_animation.cpp80 animation->SetAdditive(GetAdditive()); in OnStart()
H A Drs_keyframe_animation.cpp144 animation->SetAdditive(GetAdditive()); in OnStart()
H A Drs_path_animation.cpp157 animation->SetAdditive(GetAdditive()); in OnStart()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_property_animation.h38 bool GetAdditive();