Searched refs:collectionCapacity (Results 1 – 1 of 1) sorted by relevance
738 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local740 int freeSize = collectionCapacity - collectionCount; in AddParticles()759 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles()903 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local905 int freeSize = collectionCapacity - collectionCount; in AddParticles()3073 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles() local3236 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()3324 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()3336 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()3390 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()[all …]