Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp3321 const int prevCollectionCount = collection->GetCount(); in UpdateParticles() local
3336 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()
3338 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()
3387 const int prevCollectionCount = collection->GetCount(); in UpdateParticles() local
3401 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()
3403 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()
3437 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()
3455 pDestroyIndex += collectionCapacity - prevCollectionCount; in UpdateParticles()
3462 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()
3497 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()
[all …]