Searched defs:particles (Results 1 – 8 of 8) sorted by relevance
55 auto& particles = emitters_[iter]->GetParticles(); in Emit() local
26 RSParticlesDrawable::RSParticlesDrawable(const std::vector<std::shared_ptr<RSRenderParticle>>& part… in RSParticlesDrawable()
232 RSRenderParticleVector particles; variable
283 RSRenderParticleVector particles; variable
913 RSRenderParticleVector particles; variable
682 const auto& particles = particleVector.GetParticleVector(); in OnUpdate() local
1907 const auto& particles = particleVector.GetParticleVector(); in DrawParticle() local
857 void RSProperties::SetParticles(const RSRenderParticleVector& particles) in SetParticles()