Home
last modified time | relevance | path

Searched refs:collectionCapacity (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp724 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local
726 int freeSize = collectionCapacity - collectionCount; in AddParticles()
745 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles()
857 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local
859 int freeSize = collectionCapacity - collectionCount; in AddParticles()
2794 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles() local
2945 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 …]