Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp677 u16* pActiveIndex = activeIndex + startIndex; in SetDefaultValues() local
683 *pActiveIndex = nextIndex; in SetDefaultValues()
684 pActiveIndex += incrIndex; in SetDefaultValues()
779 u16* pActiveIndex = activeIndex + startIndex; in AddParticles() local
782 int dstIndex = *pActiveIndex; in AddParticles()
783 pActiveIndex += incrIndex; in AddParticles()
804 u16* pActiveIndex = activeIndex + startIndex; in AddParticles() local
820 int dstIndex = *pActiveIndex; in AddParticles()
822 pActiveIndex += incrIndex; in AddParticles()
861 int dstIndex = *pActiveIndex; in AddParticles()
[all …]