Home
last modified time | relevance | path

Searched refs:RSRenderParticleAnimation (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_animation.cpp30 RSRenderParticleAnimation::RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderParticleAnimation() function in OHOS::Rosen::RSRenderParticleAnimation
36 void RSRenderParticleAnimation::DumpAnimationType(std::string& out) const in DumpAnimationType()
41 bool RSRenderParticleAnimation::Animate(int64_t time) in Animate()
73 void RSRenderParticleAnimation::UpdateEmitter(const std::vector<std::shared_ptr<EmitterUpdater>>& e… in UpdateEmitter()
108 void RSRenderParticleAnimation::UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& partic… in UpdateNoiseField()
121 void RSRenderParticleAnimation::OnAttach() in OnAttach()
139 void RSRenderParticleAnimation::OnDetach() in OnDetach()
155 bool RSRenderParticleAnimation::Marshalling(Parcel& parcel) const in Marshalling()
173 RSRenderParticleAnimation* RSRenderParticleAnimation::Unmarshalling(Parcel& parcel) in Unmarshalling()
175 RSRenderParticleAnimation* renderParticleAnimation = new RSRenderParticleAnimation(); in Unmarshalling()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle_animation.h30 class RSB_EXPORT RSRenderParticleAnimation : public RSRenderPropertyAnimation {
32 RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId,
35 ~RSRenderParticleAnimation() override = default;
36 RSRenderParticleAnimation() = default;
42 [[nodiscard]] static RSRenderParticleAnimation* Unmarshalling(Parcel& parcel);
H A Drs_render_particle.h486 friend class RSRenderParticleAnimation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_animation_test.cpp109 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
136 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
160 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
191 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
214 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
239 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
272 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
298 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
333 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
354 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_animation_command_test.cpp63 std::shared_ptr<RSRenderParticleAnimation> animation = nullptr;
73 …std::shared_ptr<RSRenderParticleAnimation> animation2 = std::make_shared<RSRenderParticleAnimation
147 std::shared_ptr<RSRenderParticleAnimation> animation = nullptr;
151 animation = std::make_shared<RSRenderParticleAnimation>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h119 const std::shared_ptr<RSRenderParticleAnimation>& animation);
171 std::shared_ptr<RSRenderParticleAnimation>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp77 … RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderParticleAnimation>& animation) in CreateParticleAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h66 class RSRenderParticleAnimation; variable
282 DECLARE_ANIMATION_OVERLOAD(RSRenderParticleAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp403 MARSHALLING_AND_UNMARSHALLING(RSRenderParticleAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp404 MARSHALLING_AND_UNMARSHALLING(RSRenderParticleAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp467 …std::shared_ptr<RSRenderAnimation> renderAnimation = std::make_shared<RSRenderParticleAnimation>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1337 auto particleAnimation = std::static_pointer_cast<RSRenderParticleAnimation>(animation); in SetEmitterUpdater()
1360 auto particleAnimation = std::static_pointer_cast<RSRenderParticleAnimation>(animation); in SetParticleNoiseFields()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2095 MARSHALLING_AND_UNMARSHALLING(RSRenderParticleAnimation)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1113 …std::make_shared<RSRenderParticleAnimation>(animationId, propertyId, std::move(particlesRenderPara… in SetParticleParams()