Home
last modified time | relevance | path

Searched defs:particles (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_system.cpp55 auto& particles = emitters_[iter]->GetParticles(); in Emit() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp26 RSParticlesDrawable::RSParticlesDrawable(const std::vector<std::shared_ptr<RSRenderParticle>>& part… in RSParticlesDrawable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp232 RSRenderParticleVector particles; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp283 RSRenderParticleVector particles; variable
H A Drs_properties_test.cpp913 RSRenderParticleVector particles; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp682 const auto& particles = particleVector.GetParticleVector(); in OnUpdate() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1907 const auto& particles = particleVector.GetParticleVector(); in DrawParticle() local
H A Drs_properties.cpp857 void RSProperties::SetParticles(const RSRenderParticleVector& particles) in SetParticles()