Home
last modified time | relevance | path

Searched refs:pActiveIndex (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp691 u16* pActiveIndex = activeIndex + startIndex; in SetDefaultValues() local
697 *pActiveIndex = nextIndex; in SetDefaultValues()
698 pActiveIndex += incrIndex; in SetDefaultValues()
793 u16* pActiveIndex = activeIndex + startIndex; in AddParticles() local
796 int dstIndex = *pActiveIndex; in AddParticles()
797 pActiveIndex += incrIndex; in AddParticles()
818 u16* pActiveIndex = activeIndex + startIndex; in AddParticles() local
834 int dstIndex = *pActiveIndex; in AddParticles()
836 pActiveIndex += incrIndex; in AddParticles()
875 int dstIndex = *pActiveIndex; in AddParticles()
[all …]