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()857 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local859 int freeSize = collectionCapacity - collectionCount; in AddParticles()2794 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles() local2945 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()3029 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()3041 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()3079 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()[all …]