Searched defs:startIndex (Results 1 – 4 of 4) sorted by relevance
261 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater() local
653 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues() local745 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles() local911 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles() local964 int startIndex, in InitializeParticles()2681 int startIndex, in ParticleChildUpdater()3142 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local3227 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local
458 …const int startIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->G… in Emission() local
234 u8 startIndex; member