Home
last modified time | relevance | path

Searched refs:RSRenderKeyframeAnimation (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_keyframe_animation.cpp28 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 Drs_render_keyframe_animation_test.cpp44 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()
152RSRenderKeyframeAnimation* 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 Drs_render_keyframe_animation_test.cpp44 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 Drs_render_keyframe_animation.h26 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 Drs_keyframe_animation.h32 class RSRenderKeyframeAnimation; variable
57 void StartRenderAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animation);
59 void StartUIAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animation);
H A Drs_keyframe_animation.cpp107 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 Drs_keyframe_animation_test.cpp65 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 Drs_marshalling_helper.h68 class RSRenderKeyframeAnimation; variable
284 DECLARE_ANIMATION_OVERLOAD(RSRenderKeyframeAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h175 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderKeyframeAnimation>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp405 MARSHALLING_AND_UNMARSHALLING(RSRenderKeyframeAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp406 MARSHALLING_AND_UNMARSHALLING(RSRenderKeyframeAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h169 friend class RSRenderKeyframeAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2097 MARSHALLING_AND_UNMARSHALLING(RSRenderKeyframeAnimation)