Home
last modified time | relevance | path

Searched refs:RSRenderTransitionEffect (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_transition_effect.h31 class RSB_EXPORT RSRenderTransitionEffect : public Parcelable {
33 RSRenderTransitionEffect() = default;
34 virtual ~RSRenderTransitionEffect() = default;
42 [[nodiscard]] static RSRenderTransitionEffect* Unmarshalling(Parcel& parcel);
48 class RSB_EXPORT RSTransitionFade : public RSRenderTransitionEffect {
55 [[nodiscard]] static RSRenderTransitionEffect* Unmarshalling(Parcel& parcel);
62 class RSB_EXPORT RSTransitionScale : public RSRenderTransitionEffect {
71 [[nodiscard]] static RSRenderTransitionEffect* Unmarshalling(Parcel& parcel);
80 class RSB_EXPORT RSTransitionTranslate : public RSRenderTransitionEffect {
98 class RSB_EXPORT RSTransitionRotate : public RSRenderTransitionEffect {
[all …]
H A Drs_render_transition.h29 …AnimationId id, const std::vector<std::shared_ptr<RSRenderTransitionEffect>>& effects, bool isTran…
47 std::vector<std::shared_ptr<RSRenderTransitionEffect>> effects_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_transition_effect_test.cpp48 …std::shared_ptr<RSRenderTransitionEffect> effect(RSRenderTransitionEffect::Unmarshalling(parcel1));
53 effect.reset(RSRenderTransitionEffect::Unmarshalling(parcel2));
69 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionScale::Unmarshalling(parcel1));
96 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionTranslate::Unmarshalling(parcel1));
123 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionRotate::Unmarshalling(parcel1));
156 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionFade::Unmarshalling(parcel1));
H A Drs_render_transition_test.cpp46 …AnimationId id, const std::vector<std::shared_ptr<RSRenderTransitionEffect>>& effects, bool isTran… in RSRenderTransitionMock()
88 std::vector<std::shared_ptr<RSRenderTransitionEffect>> effects;
106 std::vector<std::shared_ptr<RSRenderTransitionEffect>> effects;
133 std::vector<std::shared_ptr<RSRenderTransitionEffect>> effects;
151 std::vector<std::shared_ptr<RSRenderTransitionEffect>> effects;
179 std::vector<std::shared_ptr<RSRenderTransitionEffect>> effects;
197 std::vector<std::shared_ptr<RSRenderTransitionEffect>> effects;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_transition_effect.cpp54 RSRenderTransitionEffect* RSRenderTransitionEffect::Unmarshalling(Parcel& parcel) in Unmarshalling()
75 const std::shared_ptr<RSRenderModifier>& RSRenderTransitionEffect::GetModifier() in GetModifier()
88 RSRenderTransitionEffect* RSTransitionFade::Unmarshalling(Parcel& parcel) in Unmarshalling()
104 RSRenderTransitionEffect* RSTransitionScale::Unmarshalling(Parcel& parcel) in Unmarshalling()
122 RSRenderTransitionEffect* RSTransitionTranslate::Unmarshalling(Parcel& parcel) in Unmarshalling()
140 RSRenderTransitionEffect* RSTransitionRotate::Unmarshalling(Parcel& parcel) in Unmarshalling()
H A Drs_render_transition.cpp25 …AnimationId id, const std::vector<std::shared_ptr<RSRenderTransitionEffect>>& effects, bool isTran… in RSRenderTransition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition_effect.h32 class RSRenderTransitionEffect; variable
49 std::vector<std::shared_ptr<RSRenderTransitionEffect>> customTransitionEffects_;
81 std::vector<std::shared_ptr<RSRenderTransitionEffect>> transitionInEffects_;
82 std::vector<std::shared_ptr<RSRenderTransitionEffect>> transitionOutEffects_;
H A Drs_transition.cpp56 std::vector<std::shared_ptr<RSRenderTransitionEffect>> transitionEffects; in StartCustomTransition()
82 std::vector<std::shared_ptr<RSRenderTransitionEffect>> transitionEffects; in StartRenderTransition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp389 MARSHALLING_AND_UNMARSHALLING(RSRenderTransitionEffect) in MARSHALLING_AND_UNMARSHALLING() argument
515 Parcel& parcel, const std::vector<std::shared_ptr<RSRenderTransitionEffect>>& val);
517 Parcel& parcel, std::vector<std::shared_ptr<RSRenderTransitionEffect>>& val);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp390 MARSHALLING_AND_UNMARSHALLING(RSRenderTransitionEffect) in MARSHALLING_AND_UNMARSHALLING() argument
516 Parcel& parcel, const std::vector<std::shared_ptr<RSRenderTransitionEffect>>& val);
518 Parcel& parcel, std::vector<std::shared_ptr<RSRenderTransitionEffect>>& val);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h72 class RSRenderTransitionEffect; variable
271 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<RSRenderTransitionEffect>) in DECLARE_FUNCTION_OVERLOAD() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2080 MARSHALLING_AND_UNMARSHALLING(RSRenderTransitionEffect) in MARSHALLING_AND_UNMARSHALLING() argument