Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp740 int freeSize = collectionCapacity - collectionCount; in AddParticles() local
741 if (freeSize <= 0) in AddParticles()
747 if (particleCount > freeSize) in AddParticles()
749 particleCount = freeSize; in AddParticles()
905 int freeSize = collectionCapacity - collectionCount; in AddParticles() local
906 if (particleCount > freeSize) in AddParticles()
908 particleCount = freeSize; in AddParticles()