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 D | rs_render_property_animation.cpp | 51 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 D | rs_render_interpolating_spring_animation.cpp | 134 valueEstimator_->UpdateAnimationValue(fraction, GetAdditive()); in OnSetFraction() 181 valueEstimator_->UpdateAnimationValue(1.0f, GetAdditive()); in OnAnimate() 187 valueEstimator_->UpdateAnimationValue(displacement, GetAdditive()); in OnAnimate()
|
H A D | rs_render_curve_animation.cpp | 98 valueEstimator_->UpdateAnimationValue(fraction, GetAdditive()); in OnSetFraction() 131 valueEstimator_->UpdateAnimationValue(interpolatorValue, GetAdditive()); in OnAnimateInner()
|
H A D | rs_render_path_animation.cpp | 210 valueEstimator_->UpdateAnimationValue(interpolator_->Interpolate(fraction), GetAdditive()); in OnAnimate() 217 … vector4fValueEstimator->GetAnimationValue(interpolator_->Interpolate(fraction), GetAdditive()); in OnAnimate()
|
H A D | rs_render_spring_animation.cpp | 150 springValueEstimator_->UpdateAnimationValue(prevMappedTime_, GetAdditive()); in OnAnimate() 155 springValueEstimator_->UpdateAnimationValue(prevMappedTime_, GetAdditive()); in OnAnimate()
|
H A D | rs_render_keyframe_animation.cpp | 221 valueEstimator_->UpdateAnimationValue(fraction, GetAdditive()); in OnAnimate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_property_animation.h | 40 bool GetAdditive() const;
|
H A D | rs_curve_animation.cpp | 87 animation->SetAdditive(GetAdditive()); in OnStart()
|
H A D | rs_interpolating_spring_animation.cpp | 80 animation->SetAdditive(GetAdditive()); in OnStart()
|
H A D | rs_property_animation.cpp | 42 bool RSPropertyAnimation::GetAdditive() const in GetAdditive() function in OHOS::Rosen::RSPropertyAnimation
|
H A D | rs_spring_animation.cpp | 80 animation->SetAdditive(GetAdditive()); in OnStart()
|
H A D | rs_keyframe_animation.cpp | 144 animation->SetAdditive(GetAdditive()); in OnStart()
|
H A D | rs_path_animation.cpp | 157 animation->SetAdditive(GetAdditive()); in OnStart()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_property_animation.h | 38 bool GetAdditive();
|