Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp726 int freeSize = collectionCapacity - collectionCount; in AddParticles() local
727 if (freeSize <= 0) in AddParticles()
733 if (particleCount > freeSize) in AddParticles()
735 particleCount = freeSize; in AddParticles()
891 int freeSize = collectionCapacity - collectionCount; in AddParticles() local
892 if (particleCount > freeSize) in AddParticles()
894 particleCount = freeSize; in AddParticles()