Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.2.23/sources/libraries/lyt/
Dlyt_Stopwatch.cpp99 int count = stopwatch.GetCount(); in Dump()
139 if (it->GetCount() > 0) in Dump()
/NW4C-1.2.23/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.h400 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() function
563 int GetCount() const { return m_Count; } in GetCount() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp134 if (particleSet->GetParticleCollection()->GetCount() == 0) in RenderMesh()
271 if (particleSet->GetParticleCollection()->GetCount() == 0) in RenderParticleShape()
450 command[commandIndex++] = particleSet->GetParticleCollection()->GetCount(); in RenderParticleShape()
459 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()
856 const int collectionCount = collection->GetCount(); in AddParticles()
879 … startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - collection-… in AddParticles()
884 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()
2583 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in ParticleChildUpdater()
2795 const int count = collection->GetCount(); in UpdateParticles()
3026 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()
3076 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.2.23/include/nw/lyt/
Dlyt_Stopwatch.h170 int GetCount() const in GetCount() function
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleCollection.h151 int GetCount() const in GetCount() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundDataManager.cpp416 for ( u32 i = 0; i < table.GetCount(); i++ ) in LoadBank()
1086 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsBankDataLoaded()
/NW4C-1.2.23/include/nw/demo/
Ddemo_Particle.h246 particleNum += particleSet->GetParticleCollection()->GetCount(); in GetParticleSize()
/NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp421 const int count = collection->GetCount(); in UpdateScene()
/NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp234 const int count = collection->GetCount(); in UserUpdater()