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
273 RSRenderParticleVector particles; variable
897 RSRenderParticleVector particles; variable
682 const auto& particles = particleVector.GetParticleVector(); in OnUpdate() local
1859 const auto& particles = particleVector.GetParticleVector(); in DrawParticle() local
839 void RSProperties::SetParticles(const RSRenderParticleVector& particles) in SetParticles()