Home
last modified time | relevance | path

Searched refs:RSRenderParticleSystem (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_system.cpp21 RSRenderParticleSystem::RSRenderParticleSystem( in RSRenderParticleSystem() function in OHOS::Rosen::RSRenderParticleSystem
28 void RSRenderParticleSystem::CreateEmitter() in CreateEmitter()
44 void RSRenderParticleSystem::ClearEmitter() in ClearEmitter()
49 void RSRenderParticleSystem::Emit(int64_t deltaTime, std::vector<std::shared_ptr<RSRenderParticle>>… in Emit()
62 void RSRenderParticleSystem::UpdateParticle( in UpdateParticle()
79 bool RSRenderParticleSystem::IsFinish(const std::vector<std::shared_ptr<RSRenderParticle>>& activeP… in IsFinish()
93 void RSRenderParticleSystem::UpdateEmitter( in UpdateEmitter()
99 void RSRenderParticleSystem::UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& particleN… in UpdateNoiseField()
H A Drs_render_particle_animation.cpp33 particleSystem_(std::make_shared<RSRenderParticleSystem>(particlesRenderParams_)) in RSRenderParticleAnimation()
104 particleSystem_ = std::make_shared<RSRenderParticleSystem>(particlesRenderParams_); in UpdateEmitter()
198 particleSystem_ = std::make_shared<RSRenderParticleSystem>(particlesRenderParams_); in ParseParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle_system.h23 class RSB_EXPORT RSRenderParticleSystem : RSRenderParticleEffector {
25 …explicit RSRenderParticleSystem(const std::vector<std::shared_ptr<ParticleRenderParams>>& particle…
26 virtual ~RSRenderParticleSystem() = default;
27 RSRenderParticleSystem() = default;
H A Drs_render_particle_animation.h50 const std::shared_ptr<RSRenderParticleSystem>& GetParticleSystem() in GetParticleSystem()
62 std::shared_ptr<RSRenderParticleSystem> particleSystem_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_animation_test.cpp42 std::shared_ptr<RSRenderParticleSystem> particleSystem_;
114 particleSystem_ = std::make_shared<RSRenderParticleSystem>(particlesRenderParams);