Home
last modified time | relevance | path

Searched refs:m_Count (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h118 ++m_Count; in Stop()
174 return m_Count; in GetCount()
180 if (m_Count == 0) in GetMinSample()
193 if (m_Count == 0) in GetMaxSample()
270 int m_Count;
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleCollection.h161 return this->m_Count; in GetCount()
169 this->m_Count = count; in SetCount()
387 for (s32 i = 0; i < m_Count; ++i) in KillParticles()
405 for (s32 i = 0; i < m_Count; ++i) in KillParticles()
415 for (s32 i = 0; i < m_Count; ++i) in KillParticles()
483 int m_Count; variable
/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h553 m_Count += 1; in SetLoad()
565 f32 ret = 100.f * count / m_Count; in GetPercentage()
577 if ( 100.f * sum / m_Count > percent ) in GetMaxLoadByPercent()
586 f32 GetAverage() const { return m_SumLoad / m_Count; } in GetAverage()
588 int GetCount() const { return m_Count; } in GetCount()
595 m_Count = m_IrregularCount = 0; in Reset()
604 int m_Count, m_IrregularCount; variable
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp49 : m_Count(0), in Stopwatch()
68 m_Count = 0; in Reset()