Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_ResDictionary.h36 virtual s32 GetCount() const = 0;
66 s32 GetCount() const { return m_Dic.GetCount(); }
109 s32 GetCount() const { return ref().numData; } in NW_RES_CTOR()
176 s32 GetCount() const { return ref().numData; } in GetCount() function
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp99 int count = stopwatch.GetCount(); in Dump()
139 if (it->GetCount() > 0) in Dump()
/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamSoundFile.h250 return GetGlobalChannelIndexTable().GetCount(); in GetTrackChannelCount()
273 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() function
Dsnd_SoundArchiveFile.h91 u32 GetStringCount() const { return GetStringTable()->GetCount(); } in GetStringCount()
161 u32 GetCount() const { return GetNumData(); } in GetCount() function
181 u32 GetCount() const in GetCount() function
Dsnd_BankFile.h116 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
Dsnd_WaveSoundFile.h145 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
Dsnd_Util.h420 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() function
583 int GetCount() const { return m_Count; } in GetCount() function
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp122 if (particleSet->GetParticleCollection()->GetCount() == 0) in RenderMesh()
269 if (particleSet->GetParticleCollection()->GetCount() == 0) in RenderParticleShape()
448 command[commandIndex++] = particleSet->GetParticleCollection()->GetCount(); in RenderParticleShape()
457 streamOffset += sizeof(u16) * (collection->GetCapacity() - collection->GetCount()); in RenderParticleShape()
Dgfx_ParticleSet.cpp653 … startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - collection-… in SetDefaultValues()
658 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()
723 const int collectionCount = collection->GetCount(); in AddParticles()
888 const int collectionCount = collection->GetCount(); in AddParticles()
911 … startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - collection-… in AddParticles()
916 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()
2758 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in ParticleChildUpdater()
2991 const int count = collection->GetCount(); in UpdateParticles()
3224 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()
3274 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()
Dgfx_ParticleModel.cpp38 if (particleSet->GetParticleCollection()->GetCount() > 0) in operator ()()
Dgfx_ParticleEmitter.cpp458 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in Emission()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Stopwatch.h170 int GetCount() const in GetCount() function
/NW4C-1.3.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp408 const int count0 = collection0->GetCount(); in UpdateParticleMissileDemo()
435 const int count1 = collection0->GetCount(); in UpdateParticleMissileDemo()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchiveLoader.cpp365 for ( u32 i = 0; i < table.GetCount(); i++ ) in LoadBank()
775 if ( table.GetCount() <= 0 ) in SetWaveArchiveTableWithBankInEmbeddedGroup()
1255 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsBankDataLoaded()
1435 for ( u32 i = 0; i < table.GetCount(); i++ ) in detail_LoadWaveArchiveByBankFile()
Dsnd_Util.cpp893 for ( int i = 0; i < table.GetCount(); i++ ) in IsLoadedWaveArchive()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleCollection.h151 int GetCount() const in GetCount() function
/NW4C-1.3.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp413 const int count = collection->GetCount(); in UpdateScene()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Particle.h283 particleNum += particleSet->GetParticleCollection()->GetCount(); in GetParticleSize()
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp226 const int count = collection->GetCount(); in UserUpdater()