/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_property_animation.cpp | 26 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 D | rs_render_curve_animation.cpp | 26 …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 D | rs_render_interpolating_spring_animation.cpp | 35 …: 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 D | rs_render_spring_animation.cpp | 39 …: 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 D | rs_render_keyframe_animation.cpp | 30 : RSRenderPropertyAnimation(id, propertyId, originValue) in RSRenderKeyframeAnimation() 94 if (!RSRenderPropertyAnimation::Marshalling(parcel)) { in Marshalling() 146 if (!RSRenderPropertyAnimation::ParseParam(parcel)) { in ParseParam()
|
H A D | rs_render_path_animation.cpp | 30 …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 D | rs_render_particle_animation.cpp | 32 : RSRenderPropertyAnimation(id, propertyId), particlesRenderParams_(particlesRenderParams), in RSRenderParticleAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_property_animation.h | 28 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 D | rs_render_particle_animation.h | 30 class RSB_EXPORT RSRenderParticleAnimation : public RSRenderPropertyAnimation {
|
H A D | rs_render_curve_animation.h | 25 class RSB_EXPORT RSRenderCurveAnimation : public RSRenderPropertyAnimation {
|
H A D | rs_render_interpolating_spring_animation.h | 25 class RSB_EXPORT RSRenderInterpolatingSpringAnimation : public RSRenderPropertyAnimation, public RS…
|
H A D | rs_render_keyframe_animation.h | 26 class RSB_EXPORT RSRenderKeyframeAnimation : public RSRenderPropertyAnimation {
|
H A D | rs_render_spring_animation.h | 25 class RSB_EXPORT RSRenderSpringAnimation : public RSRenderPropertyAnimation {
|
H A D | rs_render_path_animation.h | 27 class RSB_EXPORT RSRenderPathAnimation : public RSRenderPropertyAnimation {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_modifier.h | 207 friend class RSRenderPropertyAnimation; variable
|
H A D | rs_render_property.h | 162 friend class RSRenderPropertyAnimation; variable
|