Home
last modified time | relevance | path

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

/NW4C-1.2.23/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()
859 int freeSize = collectionCapacity - collectionCount; in AddParticles() local
860 if (particleCount > freeSize) in AddParticles()
862 particleCount = freeSize; in AddParticles()