Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp78 auto maxParticle = particleParams_->GetParticleCount(); in EmitParticle()
H A Drs_render_particle.cpp50 int32_t ParticleRenderParams::GetParticleCount() const in GetParticleCount() function in OHOS::Rosen::ParticleRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h229 int32_t GetParticleCount() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp904 int32_t la = particleRenderParams.GetParticleCount(); in HWTEST_F()