Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_ResDictionary.h38 virtual s32 GetCount() const = 0;
68 s32 GetCount() const { return m_Dic.GetCount(); }
111 s32 GetCount() const { return ref().numData; } in NW_RES_CTOR()
178 s32 GetCount() const { return ref().numData; } in GetCount() function
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp101 int count = stopwatch.GetCount(); in Dump()
141 if (it->GetCount() > 0) in Dump()
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundFile.h252 return GetGlobalChannelIndexTable().GetCount(); in GetTrackChannelCount()
275 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() function
Dsnd_SoundArchiveFile.h93 u32 GetStringCount() const { return GetStringTable()->GetCount(); } in GetStringCount()
163 u32 GetCount() const { return GetNumData(); } in GetCount() function
183 u32 GetCount() const in GetCount() function
Dsnd_BankFile.h118 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
Dsnd_WaveSoundFile.h147 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
Dsnd_Util.h425 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() function
588 int GetCount() const { return m_Count; } in GetCount() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp127 if (particleSet->GetParticleCollection()->GetCount() == 0) in RenderMesh()
448 command[commandIndex++] = particleSet->GetParticleCollection()->GetCount(); in RenderParticleShape()
457 streamOffset += sizeof(u16) * (collection->GetCapacity() - collection->GetCount()); in RenderParticleShape()
Dgfx_ParticleSet.cpp666 … startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - collection-… in SetDefaultValues()
671 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()
737 const int collectionCount = collection->GetCount(); in AddParticles()
902 const int collectionCount = collection->GetCount(); in AddParticles()
925 … startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - collection-… in AddParticles()
930 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()
2783 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in ParticleChildUpdater()
3074 const int count = collection->GetCount(); in UpdateParticles()
3321 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()
3387 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()
[all …]
Dgfx_ParticleModel.cpp40 if (particleSet->GetParticleCollection()->GetCount() > 0) in operator ()()
Dgfx_ParticleEmitter.cpp460 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in Emission()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h172 int GetCount() const in GetCount() function
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp410 const int count0 = collection0->GetCount(); in UpdateParticleMissileDemo()
437 const int count1 = collection0->GetCount(); in UpdateParticleMissileDemo()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveLoader.cpp421 for ( u32 i = 0; i < table.GetCount(); i++ ) in LoadBank()
840 if ( table.GetCount() <= 0 ) in SetWaveArchiveTableWithBankInEmbeddedGroup()
1336 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsBankDataLoaded()
1519 for ( u32 i = 0; i < table.GetCount(); i++ ) in detail_LoadWaveArchiveByBankFile()
Dsnd_Util.cpp899 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsLoadedWaveArchive()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleCollection.h159 int GetCount() const in GetCount() function
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp415 const int count = collection->GetCount(); in UpdateScene()
/NW4C-2.0.3/include/nw/demo/
Ddemo_Particle.h287 particleNum += particleSet->GetParticleCollection()->GetCount(); in GetParticleSize()
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp228 const int count = collection->GetCount(); in UserUpdater()