/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_keyframe_animation.cpp | 28 RSRenderKeyframeAnimation::RSRenderKeyframeAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderKeyframeAnimation() function in OHOS::Rosen::RSRenderKeyframeAnimation 33 void RSRenderKeyframeAnimation::DumpAnimationType(std::string& out) const in DumpAnimationType() 65 void RSRenderKeyframeAnimation::AddKeyframe(int startDuration, int endDuration, in AddKeyframe() 87 void RSRenderKeyframeAnimation::SetDurationKeyframe(bool isDuration) in SetDurationKeyframe() 92 bool RSRenderKeyframeAnimation::Marshalling(Parcel& parcel) const in Marshalling() 133 RSRenderKeyframeAnimation* RSRenderKeyframeAnimation::Unmarshalling(Parcel& parcel) in Unmarshalling() 135 RSRenderKeyframeAnimation* renderKeyframeAnimation = new RSRenderKeyframeAnimation(); in Unmarshalling() 144 bool RSRenderKeyframeAnimation::ParseParam(Parcel& parcel) in ParseParam() 188 bool RSRenderKeyframeAnimation::ParseDurationKeyframesParam(Parcel& parcel, int keyframeSize) in ParseDurationKeyframesParam() 211 void RSRenderKeyframeAnimation::OnAnimate(float fraction) in OnAnimate() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_keyframe_animation_test.cpp | 44 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 58 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 75 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 92 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 123 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 136 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 150 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 152 …RSRenderKeyframeAnimation* renderKeyframeAnimation = rsRenderKeyframeAnimation.Unmarshalling(parce… in HWTEST_F() 165 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() 179 RSRenderKeyframeAnimation rsRenderKeyframeAnimation(0, 0, originValue); in HWTEST_F() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_keyframe_animation_test.cpp | 44 class RSRenderKeyframeAnimationMock : public RSRenderKeyframeAnimation { 48 : RSRenderKeyframeAnimation(id, propertyId, originValue) in RSRenderKeyframeAnimationMock() 53 RSRenderKeyframeAnimation::OnAnimate(fraction); in OnAnimate() 68 auto renderKeyframeAnimation = std::make_shared<RSRenderKeyframeAnimation>( 94 auto renderKeyframeAnimation = std::make_shared<RSRenderKeyframeAnimation>( 123 auto renderKeyframeAnimation = std::make_shared<RSRenderKeyframeAnimation>( 147 auto renderKeyframeAnimation = std::make_shared<RSRenderKeyframeAnimation>( 174 auto renderKeyframeAnimation = std::make_shared<RSRenderKeyframeAnimation>( 182 std::shared_ptr<RSRenderAnimation>(RSRenderKeyframeAnimation::Unmarshalling(parcel)); 222 RSRenderKeyframeAnimation animation;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_keyframe_animation.h | 26 class RSB_EXPORT RSRenderKeyframeAnimation : public RSRenderPropertyAnimation { 28 RSRenderKeyframeAnimation(AnimationId id, const PropertyId& propertyId, 30 ~RSRenderKeyframeAnimation() {} in ~RSRenderKeyframeAnimation() 44 [[nodiscard]] static RSRenderKeyframeAnimation* Unmarshalling(Parcel& parcel); 51 RSRenderKeyframeAnimation() = default;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_keyframe_animation.h | 32 class RSRenderKeyframeAnimation; variable 57 void StartRenderAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animation); 59 void StartUIAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animation);
|
H A D | rs_keyframe_animation.cpp | 107 void RSKeyframeAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& an… in StartRenderAnimation() 129 void RSKeyframeAnimation::StartUIAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animat… in StartUIAnimation() 141 auto animation = std::make_shared<RSRenderKeyframeAnimation>(GetId(), GetPropertyId(), in OnStart()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_keyframe_animation_test.cpp | 65 auto animation = std::make_shared<RSRenderKeyframeAnimation>(); in HWTEST_F() 81 auto animation = std::make_shared<RSRenderKeyframeAnimation>(); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 68 class RSRenderKeyframeAnimation; variable 284 DECLARE_ANIMATION_OVERLOAD(RSRenderKeyframeAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_animation_command.h | 175 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderKeyframeAnimation>))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 405 MARSHALLING_AND_UNMARSHALLING(RSRenderKeyframeAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 406 MARSHALLING_AND_UNMARSHALLING(RSRenderKeyframeAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_property.h | 169 friend class RSRenderKeyframeAnimation; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 2097 MARSHALLING_AND_UNMARSHALLING(RSRenderKeyframeAnimation)
|