Lines Matching refs:startIndex
666 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues() local
691 u16* pActiveIndex = activeIndex + startIndex; in SetDefaultValues()
759 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles() local
768 this->InitializeParticles(startIndex, particleCount, incrIndex, time); in AddParticles()
793 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
818 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
925 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles() local
941 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
978 int startIndex, in InitializeParticles() argument
987 activeIndex += startIndex; in InitializeParticles()
2706 int startIndex, in ParticleChildUpdater() argument
2787 u16* pActiveIndex = activeIndex + startIndex; in ParticleChildUpdater()
3236 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local
3240 …ParticleChildUpdater(updater.ptr(), collection, activeIndex, startIndex, incrIndex, count, time, p… in UpdateParticles()
3242 …ParticleChildUpdater(updater.ptr(), collection, activeIndex, startIndex, incrIndex, count, time, p… in UpdateParticles()
3324 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local
3334 u16* pActiveIndex = activeIndex + startIndex; in UpdateParticles()
3335 u16* pAliveIndex = newActiveIndex + startIndex; in UpdateParticles()
3390 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local
3399 u16* pActiveIndex = activeIndex + startIndex; in UpdateParticles()
3400 u16* pAliveIndex = activeIndex + startIndex; in UpdateParticles()
3440 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()
3449 pActiveIndex += startIndex; in UpdateParticles()
3452 pAliveIndex += startIndex; in UpdateParticles()
3529 pActiveIndex += startIndex; in UpdateParticles()
3532 pAliveIndex += startIndex; in UpdateParticles()