Home
last modified time | relevance | path

Searched refs:RSRenderTransition (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_transition.cpp24 RSRenderTransition::RSRenderTransition( in RSRenderTransition() function in OHOS::Rosen::RSRenderTransition
29 void RSRenderTransition::DumpAnimationType(std::string& out) const in DumpAnimationType()
34 bool RSRenderTransition::Marshalling(Parcel& parcel) const in Marshalling()
49 RSRenderTransition* RSRenderTransition::Unmarshalling(Parcel& parcel) in Unmarshalling()
51 RSRenderTransition* renderTransition = new RSRenderTransition(); in Unmarshalling()
60 bool RSRenderTransition::ParseParam(Parcel& parcel) in ParseParam()
82 void RSRenderTransition::OnAnimate(float fraction) in OnAnimate()
93 void RSRenderTransition::OnAttach() in OnAttach()
117 void RSRenderTransition::OnDetach() in OnDetach()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_transition.h26 class RSB_EXPORT RSRenderTransition : public RSRenderAnimation {
28 RSRenderTransition(
39 [[nodiscard]] static RSRenderTransition* Unmarshalling(Parcel& parcel);
51 RSRenderTransition() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_transition_test.cpp43 class RSRenderTransitionMock : public RSRenderTransition {
47 : RSRenderTransition(id, effects, isTransitionIn) in RSRenderTransitionMock()
52 return RSRenderTransition::ParseParam(parcel); in ParseParam()
56 RSRenderTransition::OnAnimate(fraction); in OnAnimate()
60 RSRenderTransition::OnAttach(); in OnAttach()
64 RSRenderTransition::OnDetach(); in OnDetach()
69 return RSRenderTransition::interpolator_; in GetInterpolator()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition.cpp62 …auto transition = std::make_shared<RSRenderTransition>(GetId(), transitionEffects, isTransitionIn_… in StartCustomTransition()
88 …auto transition = std::make_shared<RSRenderTransition>(GetId(), transitionEffects, isTransitionIn_… in StartRenderTransition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_render_node.h87 friend class RSRenderTransition; variable
H A Drs_render_node.h905 friend class RSRenderTransition; variable
1129 friend class RSRenderTransition; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h71 class RSRenderTransition; variable
270 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<RSRenderTransition>)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h183 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderTransition>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp388 MARSHALLING_AND_UNMARSHALLING(RSRenderTransition)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp389 MARSHALLING_AND_UNMARSHALLING(RSRenderTransition)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2079 MARSHALLING_AND_UNMARSHALLING(RSRenderTransition)