Home
last modified time | relevance | path

Searched refs:IsEmitterFinish (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_particle_emitter.h32 bool IsEmitterFinish();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp114 bool RSRenderParticleEmitter::IsEmitterFinish() in IsEmitterFinish() function in OHOS::Rosen::RSRenderParticleEmitter
H A Drs_render_particle_system.cpp87 finish = finish && emitters_[iter]->IsEmitterFinish(); in IsFinish()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_emitter_test.cpp134 bool isFinish = particleEmitter->IsEmitterFinish();