Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp738 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local
740 int freeSize = collectionCapacity - collectionCount; in AddParticles()
759 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles()
903 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local
905 int freeSize = collectionCapacity - collectionCount; in AddParticles()
3073 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles() local
3236 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 …]