Home
last modified time | relevance | path

Searched refs:RSRenderPathAnimation (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp26 RSRenderPathAnimation::RSRenderPathAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderPathAnimation() function in OHOS::Rosen::RSRenderPathAnimation
80 float RSRenderPathAnimation::GetBeginFraction() const in GetBeginFraction()
100 float RSRenderPathAnimation::GetEndFraction() const in GetEndFraction()
143 RSRenderPathAnimation* RSRenderPathAnimation::Unmarshalling(Parcel& parcel) in Unmarshalling()
145 RSRenderPathAnimation* renderPathAnimation = new RSRenderPathAnimation(); in Unmarshalling()
155 bool RSRenderPathAnimation::ParseParam(Parcel& parcel) in ParseParam()
189 void RSRenderPathAnimation::OnAnimate(float fraction) in OnAnimate()
223 void RSRenderPathAnimation::OnRemoveOnCompletion() in OnRemoveOnCompletion()
235 void RSRenderPathAnimation::OnAttach() in OnAttach()
256 void RSRenderPathAnimation::OnDetach() in OnDetach()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp50 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
68 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
86 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
104 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
123 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
140 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
158 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
175 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
193 RSRenderPathAnimation rsRenderPathAnimation( in HWTEST_F()
286 RSRenderPathAnimation* render; in HWTEST_F()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_path_animation_test.cpp31 class RSRenderPathAnimationMock : public RSRenderPathAnimation {
37 const std::shared_ptr<RSPath>& animationPath) : RSRenderPathAnimation(id, in RSRenderPathAnimationMock()
43 RSRenderPathAnimation::OnAnimate(fraction); in OnAnimate()
48 RSRenderPathAnimation::OnRemoveOnCompletion(); in OnRemoveOnCompletion()
53 RSRenderPathAnimation::InitValueEstimator(); in InitValueEstimator()
58 RSRenderPathAnimation::OnAttach(); in OnAttach()
63 RSRenderPathAnimation::OnDetach(); in OnDetach()
104 auto renderPathAnimation = std::make_shared<RSRenderPathAnimation>(ANIMATION_ID, PROPERTY_ID,
128 auto renderPathAnimation = std::make_shared<RSRenderPathAnimation>(ANIMATION_ID, PROPERTY_ID,
302 auto renderAnimation = RSRenderPathAnimation::Unmarshalling(parcel);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_path_animation.h27 class RSB_EXPORT RSRenderPathAnimation : public RSRenderPropertyAnimation {
30 RSRenderPathAnimation(AnimationId id, const PropertyId& propertyId,
36 ~RSRenderPathAnimation() = default;
64 [[nodiscard]] static RSRenderPathAnimation* Unmarshalling(Parcel& parcel);
67 RSRenderPathAnimation() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h69 class RSRenderPathAnimation; variable
286 DECLARE_ANIMATION_OVERLOAD(RSRenderPathAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h165 friend class RSRenderPathAnimation; variable
347 friend class RSRenderPathAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h179 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderPathAnimation>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp147 auto animation = std::make_shared<RSRenderPathAnimation>(GetId(), GetPropertyId(), in OnStart()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp407 MARSHALLING_AND_UNMARSHALLING(RSRenderPathAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp408 MARSHALLING_AND_UNMARSHALLING(RSRenderPathAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2099 MARSHALLING_AND_UNMARSHALLING(RSRenderPathAnimation)