Home
last modified time | relevance | path

Searched refs:RSRenderPropertyAnimation (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp26 RSRenderPropertyAnimation::RSRenderPropertyAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderPropertyAnimation() function in OHOS::Rosen::RSRenderPropertyAnimation
31 void RSRenderPropertyAnimation::DumpAnimationType(std::string& out) const in DumpAnimationType()
36 PropertyId RSRenderPropertyAnimation::GetPropertyId() const in GetPropertyId()
41 void RSRenderPropertyAnimation::SetAdditive(bool isAdditive) in SetAdditive()
51 bool RSRenderPropertyAnimation::GetAdditive() in GetAdditive()
68 bool RSRenderPropertyAnimation::Marshalling(Parcel& parcel) const in Marshalling()
86 bool RSRenderPropertyAnimation::ParseParam(Parcel& parcel) in ParseParam()
167 void RSRenderPropertyAnimation::OnRemoveOnCompletion() in OnRemoveOnCompletion()
179 void RSRenderPropertyAnimation::RecordLastAnimateValue() in RecordLastAnimateValue()
191 void RSRenderPropertyAnimation::UpdateAnimateVelocity(float frameInterval) in UpdateAnimateVelocity()
[all …]
H A Drs_render_curve_animation.cpp26 …const std::shared_ptr<RSRenderPropertyBase>& endValue) : RSRenderPropertyAnimation(id, propertyId,… in RSRenderCurveAnimation()
47 if (!RSRenderPropertyAnimation::Marshalling(parcel)) { in Marshalling()
73 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_interpolating_spring_animation.cpp35 …: RSRenderPropertyAnimation(id, propertyId, originValue), RSSpringModel<float>(), startValue_(star… in RSRenderInterpolatingSpringAnimation()
70 if (!RSRenderPropertyAnimation::Marshalling(parcel)) { in Marshalling()
106 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
212 RSRenderPropertyAnimation::OnInitialize(time); in OnInitialize()
H A Drs_render_spring_animation.cpp39 …: RSRenderPropertyAnimation(id, propertyId, originValue), startValue_(startValue), endValue_(endVa… in RSRenderSpringAnimation()
71 if (!RSRenderPropertyAnimation::Marshalling(parcel)) { in Marshalling()
110 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
254 RSRenderPropertyAnimation::OnInitialize(time); in OnInitialize()
297 RSRenderPropertyAnimation::OnInitialize(time); in OnInitialize()
H A Drs_render_keyframe_animation.cpp30 : RSRenderPropertyAnimation(id, propertyId, originValue) in RSRenderKeyframeAnimation()
94 if (!RSRenderPropertyAnimation::Marshalling(parcel)) { in Marshalling()
146 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
H A Drs_render_path_animation.cpp30 …const std::shared_ptr<RSPath>& animationPath) : RSRenderPropertyAnimation(id, propertyId, originPo… in RSRenderPathAnimation()
127 if (!RSRenderPropertyAnimation::Marshalling(parcel)) { in Marshalling()
157 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
232 RSRenderPropertyAnimation::OnRemoveOnCompletion(); in OnRemoveOnCompletion()
H A Drs_render_particle_animation.cpp32 : RSRenderPropertyAnimation(id, propertyId), particlesRenderParams_(particlesRenderParams), in RSRenderParticleAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_property_animation.h28 class RSB_EXPORT RSRenderPropertyAnimation : public RSRenderAnimation {
30 virtual ~RSRenderPropertyAnimation() = default;
43 RSRenderPropertyAnimation(AnimationId id, const PropertyId& propertyId,
45 RSRenderPropertyAnimation(AnimationId id, const PropertyId& propertyId) : RSRenderAnimation(id) in RSRenderPropertyAnimation() function
49 RSRenderPropertyAnimation() =default;
H A Drs_render_particle_animation.h30 class RSB_EXPORT RSRenderParticleAnimation : public RSRenderPropertyAnimation {
H A Drs_render_curve_animation.h25 class RSB_EXPORT RSRenderCurveAnimation : public RSRenderPropertyAnimation {
H A Drs_render_interpolating_spring_animation.h25 class RSB_EXPORT RSRenderInterpolatingSpringAnimation : public RSRenderPropertyAnimation, public RS…
H A Drs_render_keyframe_animation.h26 class RSB_EXPORT RSRenderKeyframeAnimation : public RSRenderPropertyAnimation {
H A Drs_render_spring_animation.h25 class RSB_EXPORT RSRenderSpringAnimation : public RSRenderPropertyAnimation {
H A Drs_render_path_animation.h27 class RSB_EXPORT RSRenderPathAnimation : public RSRenderPropertyAnimation {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h207 friend class RSRenderPropertyAnimation; variable
H A Drs_render_property.h162 friend class RSRenderPropertyAnimation; variable