Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp737 const int collectionCount = collection->GetCount(); in AddParticles() local
740 int freeSize = collectionCapacity - collectionCount; in AddParticles()
759 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount in AddParticles()
770 collection->SetCount(collectionCount + particleCount); in AddParticles()
902 const int collectionCount = collection->GetCount(); in AddParticles() local
905 int freeSize = collectionCapacity - collectionCount; in AddParticles()
969 collection->SetCount(collectionCount + particleCount); in AddParticles()