Lines Matching refs:birth
673 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in SetDefaultValues() local
674 NW_NULL_ASSERT(birth); in SetDefaultValues()
710 birth[nextIndex] = time; in SetDefaultValues()
932 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in AddParticles() local
933 NW_NULL_ASSERT(birth); in AddParticles()
960 birth[nextIndex] = time; in AddParticles()
1546 ParticleTime birth, in CalcAnimationDataIndex() argument
1558 …ParticleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex… in CalcAnimationDataIndex()
1631 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleFloatImmediateUpdater() local
1684 birth[index], in ParticleFloatImmediateUpdater()
1716 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleFloatImmediate4KeyUpdater() local
1742 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater()
1781 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater()
1827 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector3Immediate4KeyUpdater() local
1853 ParticleTime difftime = time - birth[index]; in ParticleVector3Immediate4KeyUpdater()
1892 ParticleTime difftime = time - birth[index]; in ParticleVector3Immediate4KeyUpdater()
2014 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleRandomUpdater() local
2059 math::FFloor((time - birth[index]) / interval) in ParticleRandomUpdater()
2060 - math::FCeil((prevTime - birth[index]) / interval) in ParticleRandomUpdater()
2063 ParticleTime time_birth = time - birth[index]; in ParticleRandomUpdater()
2064 ParticleTime prev_birth = prevTime - birth[index]; in ParticleRandomUpdater()
2093 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector2ImmediateUpdater() local
2140 birth[index], in ParticleVector2ImmediateUpdater()
2189 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector3AdditiveUpdater() local
2241 birth[index], in ParticleVector3AdditiveUpdater()
2301 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector3ImmediateUpdater() local
2349 birth[index], in ParticleVector3ImmediateUpdater()
2407 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleVector3RandomAdditiveUpdater() local
2455 birth[index], in ParticleVector3RandomAdditiveUpdater()
2601 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleTexturePatternUpdater() local
2649 birth[index], in ParticleTexturePatternUpdater()
2721 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleChildUpdater() local
2794 birth[index], in ParticleChildUpdater()
3434 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in UpdateParticles()
3468 …if (birth[index].GetParticleTimeValue() + life[index].GetParticleTimeValue() <= time.GetParticleTi… in UpdateParticles()
3503 if (birth[index].GetParticleTimeValue() <= limit.GetParticleTimeValue()) in UpdateParticles()
3548 …if (birth[index].GetParticleTimeValue() + life[index].GetParticleTimeValue() <= time.GetParticleTi… in UpdateParticles()
3583 if (birth[index].GetParticleTimeValue() <= limit.GetParticleTimeValue()) in UpdateParticles()
3687 ParticleTime birth, in CheckTiming() argument
3698 return birth == currentTime; in CheckTiming()
3704 …return birth.GetParticleTimeValue() + life.GetParticleTimeValue() <= currentTime.GetParticleTimeVa… in CheckTiming()
3719 int prevCount =(int)(prevTime - birth); in CheckTiming()
3723 ParticleTime prev_birth = prevTime - birth; in CheckTiming()
3741 int currentCount = (int)math::FFloor((currentTime - birth - start) / interval); in CheckTiming()
3746 ParticleTime current_birth =currentTime - birth; in CheckTiming()
3768 int prevCount =(int)(prevTime - birth); in CheckTiming()
3770 ParticleTime prev_birth = prevTime - birth; in CheckTiming()
3787 … int currentCount = (int)math::FFloor((currentTime - birth - resource.GetStart()) / interval); in CheckTiming()
3789 ParticleTime current_birth =currentTime - birth; in CheckTiming()