Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp723 const int collectionCount = collection->GetCount(); in AddParticles() local
726 int freeSize = collectionCapacity - collectionCount; in AddParticles()
745 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount in AddParticles()
756 collection->SetCount(collectionCount + particleCount); in AddParticles()
856 const int collectionCount = collection->GetCount(); in AddParticles() local
859 int freeSize = collectionCapacity - collectionCount; in AddParticles()
923 collection->SetCount(collectionCount + particleCount); in AddParticles()