Searched defs:startIndex (Results 1 – 4 of 4) sorted by relevance
666 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues() local759 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles() local925 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles() local978 int startIndex, in InitializeParticles()2706 int startIndex, in ParticleChildUpdater()3236 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local3324 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local3390 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles() local
460 …const int startIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->G… in Emission() local
263 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater() local
236 u8 startIndex; member