Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp653 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues() local
677 u16* pActiveIndex = activeIndex + startIndex; in SetDefaultValues()
745 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles() local
754 this->InitializeParticles(startIndex, particleCount, incrIndex, time); in AddParticles()
779 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
804 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
911 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles() local
927 u16* pActiveIndex = activeIndex + startIndex; in AddParticles()
964 int startIndex, in InitializeParticles() argument
973 activeIndex += startIndex; in InitializeParticles()
[all …]
Dgfx_ParticleEmitter.cpp458 …const int startIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->G… in Emission() local
459 activeIndex += startIndex; in Emission()
549 m_ParticleSet->InitializeParticles(startIndex, emissionCount, incrIndex, targetTime); in Emission()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleSet.h373 int startIndex,
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp261 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater() local
263 activeIndex += startIndex; in UserUpdater()
/NW4C-1.3.3/sources/libraries/font/
Dfont_RectDrawer.cpp234 u8 startIndex; member