Home
last modified time | relevance | path

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

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