Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Stopwatch.h116 ++m_Count; in Stop()
172 return m_Count; in GetCount()
178 if (m_Count == 0) in GetMinSample()
191 if (m_Count == 0) in GetMaxSample()
268 int m_Count;
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleCollection.h153 return this->m_Count; in GetCount()
161 this->m_Count = count; in SetCount()
362 for (s32 i = 0; i < m_Count; ++i) in KillParticles()
380 for (s32 i = 0; i < m_Count; ++i) in KillParticles()
390 for (s32 i = 0; i < m_Count; ++i) in KillParticles()
458 int m_Count; variable
/NW4C-1.3.3/include/nw/snd/
Dsnd_Util.h548 m_Count += 1; in SetLoad()
560 f32 ret = 100.f * count / m_Count; in GetPercentage()
572 if ( 100.f * sum / m_Count > percent ) in GetMaxLoadByPercent()
581 f32 GetAverage() const { return m_SumLoad / m_Count; } in GetAverage()
583 int GetCount() const { return m_Count; } in GetCount()
590 m_Count = m_IrregularCount = 0; in Reset()
599 int m_Count, m_IrregularCount; variable
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp47 : m_Count(0), in Stopwatch()
66 m_Count = 0; in Reset()