Lines Matching refs:difftime
1727 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater() local
1728 ParticleTime ftime = (ParticleTime)(difftime / lifeParam); in ParticleFloatImmediate4KeyUpdater()
1740 value = value2 * difftime / lifeParam + value0; in ParticleFloatImmediate4KeyUpdater()
1766 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater() local
1767 ParticleTime ftime = (ParticleTime)(difftime / life[index]); in ParticleFloatImmediate4KeyUpdater()
1779 value = value2 * difftime / life[index] + value0; in ParticleFloatImmediate4KeyUpdater()
1838 ParticleTime difftime = time - birth[index]; in ParticleVector3Immediate4KeyUpdater() local
1839 ParticleTime ftime = (ParticleTime)(difftime / lifeParam); in ParticleVector3Immediate4KeyUpdater()
1851 value = value2 * difftime / lifeParam + value0; in ParticleVector3Immediate4KeyUpdater()
1877 ParticleTime difftime = time - birth[index]; in ParticleVector3Immediate4KeyUpdater() local
1878 ParticleTime ftime = (ParticleTime)(difftime / life[index]); in ParticleVector3Immediate4KeyUpdater()
1891 value = value2 * difftime / life[index] + value0; in ParticleVector3Immediate4KeyUpdater()