/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 26 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 D | rs_render_path_animation_test.cpp | 50 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 D | rs_render_path_animation_test.cpp | 31 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 D | rs_render_path_animation.h | 27 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 D | rs_marshalling_helper.h | 69 class RSRenderPathAnimation; variable 286 DECLARE_ANIMATION_OVERLOAD(RSRenderPathAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_property.h | 165 friend class RSRenderPathAnimation; variable 347 friend class RSRenderPathAnimation; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_animation_command.h | 179 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderPathAnimation>))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 147 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 D | rs_marshalling_helper.cpp | 407 MARSHALLING_AND_UNMARSHALLING(RSRenderPathAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 408 MARSHALLING_AND_UNMARSHALLING(RSRenderPathAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 2099 MARSHALLING_AND_UNMARSHALLING(RSRenderPathAnimation)
|