| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_ResDictionary.h | 38 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/ |
| D | lyt_Stopwatch.cpp | 101 int count = stopwatch.GetCount(); in Dump() 141 if (it->GetCount() > 0) in Dump()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_StreamSoundFile.h | 252 return GetGlobalChannelIndexTable().GetCount(); in GetTrackChannelCount() 275 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() function
|
| D | snd_SoundArchiveFile.h | 93 u32 GetStringCount() const { return GetStringTable()->GetCount(); } in GetStringCount() 163 u32 GetCount() const { return GetNumData(); } in GetCount() function 183 u32 GetCount() const in GetCount() function
|
| D | snd_BankFile.h | 118 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
|
| D | snd_WaveSoundFile.h | 147 return GetWaveIdTable().GetCount(); in GetWaveIdCount()
|
| D | snd_Util.h | 425 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/ |
| D | gfx_MeshRenderer.cpp | 127 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()
|
| D | gfx_ParticleSet.cpp | 666 … 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 …]
|
| D | gfx_ParticleModel.cpp | 40 if (particleSet->GetParticleCollection()->GetCount() > 0) in operator ()()
|
| D | gfx_ParticleEmitter.cpp | 460 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in Emission()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Stopwatch.h | 172 int GetCount() const in GetCount() function
|
| /NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/ |
| D | ParticleMissileDemo.cpp | 410 const int count0 = collection0->GetCount(); in UpdateParticleMissileDemo() 437 const int count1 = collection0->GetCount(); in UpdateParticleMissileDemo()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundArchiveLoader.cpp | 421 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()
|
| D | snd_Util.cpp | 899 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsLoadedWaveArchive()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 159 int GetCount() const in GetCount() function
|
| /NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 415 const int count = collection->GetCount(); in UpdateScene()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_Particle.h | 287 particleNum += particleSet->GetParticleCollection()->GetCount(); in GetParticleSize()
|
| /NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 228 const int count = collection->GetCount(); in UserUpdater()
|