Home
last modified time | relevance | path

Searched refs:RSTransitionCustom (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_transition_effect.h116 class RSTransitionCustom : public RSRenderTransitionEffect {
118RSTransitionCustom(std::shared_ptr<RSRenderPropertyBase> property, std::shared_ptr<RSRenderPropert… in RSTransitionCustom() function
124 ~RSTransitionCustom() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition_effect.cpp118 auto customEffect = std::make_shared<RSTransitionCustom>(property->GetRenderProperty(), in Custom()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_transition_effect_test.cpp219 RSTransitionCustom custom(property, startProp, endProp);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h172 friend class RSTransitionCustom; variable