Home
last modified time | relevance | path

Searched defs:activeParticles (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_system.cpp49 …enderParticleSystem::Emit(int64_t deltaTime, std::vector<std::shared_ptr<RSRenderParticle>>& activ… in Emit()
63 int64_t deltaTime, std::vector<std::shared_ptr<RSRenderParticle>>& activeParticles) in UpdateParticle()
79 bool RSRenderParticleSystem::IsFinish(const std::vector<std::shared_ptr<RSRenderParticle>>& activeP… in IsFinish()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_animation_test.cpp117 std::vector<std::shared_ptr<RSRenderParticle>> activeParticles; variable
165 std::vector<std::shared_ptr<RSRenderParticle>> activeParticles; variable