Lines Matching refs:birth
660 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in SetDefaultValues() local
661 NW_NULL_ASSERT(birth); in SetDefaultValues()
696 birth[nextIndex] = time; in SetDefaultValues()
886 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in AddParticles() local
887 NW_NULL_ASSERT(birth); in AddParticles()
914 birth[nextIndex] = time; in AddParticles()
1491 ParticleTime birth, in CalcAnimationDataIndex() argument
1503 …ParticleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex… in CalcAnimationDataIndex()
1576 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleFloatImmediateUpdater() local
1629 birth[index], in ParticleFloatImmediateUpdater()
1662 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleFloatImmediate4KeyUpdater() local
1689 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater()
1717 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater()
1823 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleRandomUpdater() local
1868 math::FFloor((time - birth[index]) / interval) in ParticleRandomUpdater()
1869 - math::FCeil((prevTime - birth[index]) / interval) in ParticleRandomUpdater()
1872 ParticleTime time_birth = time - birth[index]; in ParticleRandomUpdater()
1873 ParticleTime prev_birth = prevTime - birth[index]; in ParticleRandomUpdater()
1902 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector2ImmediateUpdater() local
1949 birth[index], in ParticleVector2ImmediateUpdater()
1998 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector3AdditiveUpdater() local
2050 birth[index], in ParticleVector3AdditiveUpdater()
2110 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector3ImmediateUpdater() local
2158 birth[index], in ParticleVector3ImmediateUpdater()
2216 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector3RandomAdditiveUpdater() local
2264 birth[index], in ParticleVector3RandomAdditiveUpdater()
2400 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleTexturePatternUpdater() local
2448 birth[index], in ParticleTexturePatternUpdater()
2520 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleChildUpdater() local
2594 birth[index], in ParticleChildUpdater()
3073 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in UpdateParticles()
3105 …if (birth[index].GetParticleTimeValue() + life[index].GetParticleTimeValue() <= time.GetParticleTi… in UpdateParticles()
3140 if (birth[index].GetParticleTimeValue() <= limit.GetParticleTimeValue()) in UpdateParticles()
3239 ParticleTime birth, in CheckTiming() argument
3250 return birth == currentTime; in CheckTiming()
3256 …return birth.GetParticleTimeValue() + life.GetParticleTimeValue() <= currentTime.GetParticleTimeVa… in CheckTiming()
3271 int prevCount =(int)(prevTime - birth); in CheckTiming()
3275 ParticleTime prev_birth = prevTime - birth; in CheckTiming()
3293 int currentCount = (int)math::FFloor((currentTime - birth - start) / interval); in CheckTiming()
3298 ParticleTime current_birth =currentTime - birth; in CheckTiming()
3320 int prevCount =(int)(prevTime - birth); in CheckTiming()
3322 ParticleTime prev_birth = prevTime - birth; in CheckTiming()
3339 … int currentCount = (int)math::FFloor((currentTime - birth - resource.GetStart()) / interval); in CheckTiming()
3341 ParticleTime current_birth =currentTime - birth; in CheckTiming()