Searched refs:collectionCapacity (Results 1 – 1 of 1) sorted by relevance
724 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local726 int freeSize = collectionCapacity - collectionCount; in AddParticles()745 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles()889 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local891 int freeSize = collectionCapacity - collectionCount; in AddParticles()2990 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles() local3142 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()3227 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()3239 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()3277 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()[all …]