Lines Matching refs:i

165         for (u32 i = 0; i < emitterNum; ++i)  in SetStepFrame()  local
167 nw::gfx::ParticleEmitter* emitter = this->GetParticleEmitter(i); in SetStepFrame()
173 for (u32 i = 0; i < modelNum; ++i) in SetStepFrame() local
175 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetStepFrame()
186 for (u32 i = 0; i < emitterNum; ++i) in SetFrame() local
188 nw::gfx::ParticleEmitter* emitter = this->GetParticleEmitter(i); in SetFrame()
194 for (u32 i = 0; i < modelNum; ++i) in SetFrame() local
196 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetFrame()
210 for (u32 i = 0; i < this->GetParticleModelSize(); ++i) in AddTimes() local
212 this->GetParticleModel(i)->UpdateParticleFrame(); in AddTimes()
215 for (u32 i = 0; i < this->GetParticleEmitterSize(); ++i) in AddTimes() local
217 this->GetParticleEmitter(i)->UpdateParticleFrame(); in AddTimes()
218 this->GetParticleEmitter(i)->Emission(particleContext); in AddTimes()
221 for (u32 i = 0; i < this->GetParticleModelSize(); ++i) in AddTimes() local
223 for (u32 j = 0; j < this->GetParticleModel(i)->GetParticleSetsCount(); ++j) in AddTimes()
225 this->GetParticleModel(i)->GetParticleSets(j)->UpdateParticles(particleContext); in AddTimes()
238 for (u32 i = 0; i < emitterNum; ++i) in Reset() local
240 nw::gfx::ParticleEmitter* emitter = this->GetParticleEmitter(i); in Reset()
246 for (u32 i = 0; i < modelNum; ++i) in Reset() local
248 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in Reset()
262 for (u32 i = 0; i < emitterNum; ++i) in SetEmissionRatio() local
264 nw::gfx::ParticleEmitter* emitter = this->GetParticleEmitter(i); in SetEmissionRatio()
281 for (u32 i = 0; i < modelNum; ++i) in GetParticleSize() local
283 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSize()
300 for (u32 i = 0; i < modelNum; ++i) in IsDone() local
302 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in IsDone()
310 for (u32 i = 0; i < emitterNum; ++i) in IsDone() local
312 nw::gfx::ParticleEmitter* emitter = this->GetParticleEmitter(i); in IsDone()
330 for (u32 i = 0; i < emitterNum; ++i) in IsInfinity() local
332 nw::gfx::ParticleEmitter* emitter = this->GetParticleEmitter(i); in IsInfinity()
352 for (u32 i = 0; i < modelNum; ++i) in SetParticleScaleOffset() local
354 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetParticleScaleOffset()
373 for (u32 i = 0; i < modelNum; ++i) variable
375 nw::gfx::ParticleModel* model = this->GetParticleModel(i);
390 for (u32 i = 0; i < this->GetParticleEmitterSize(); ++i) in Emission() local
392 nw::gfx::ParticleEmitter* emitter = this->GetParticleEmitter(i); in Emission()
469 for (u32 i = 0; i < modelNum; ++i) in GetParticleSet() local
471 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSet()
727 for (int i = 0 ; i < num ; ++i) in AddPool() local