Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp666 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues() local
691 u16* pActiveIndex = activeIndex + startIndex; in SetDefaultValues()
759 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles() local
768 this->InitializeParticles(startIndex, particleCount, incrIndex, time); in AddParticles()
793 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
818 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
925 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles() local
941 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
978 int startIndex, in InitializeParticles() argument
987 activeIndex += startIndex; in InitializeParticles()
[all …]
Dgfx_ParticleEmitter.cpp460 …const int startIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->G… in Emission() local
461 activeIndex += startIndex; in Emission()
551 m_ParticleSet->InitializeParticles(startIndex, emissionCount, incrIndex, targetTime); in Emission()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleSet.h439 int startIndex,
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp263 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater() local
265 activeIndex += startIndex; in UserUpdater()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp236 u8 startIndex; member