Home
last modified time | relevance | path

Searched refs:m_Length (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmSliderBar.h59 return static_cast<f32>(m_OffsetY)/m_Length; in GetSliderParam()
70 uint m_Length; variable
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSliderBar.cpp39 m_Length( length ), in SmSliderBar()
165 if( m_Length < m_OffsetY ) m_OffsetY = m_Length; in ReceveMessage()
/NW4C-2.0.3/include/nw/dev/
Ddev_Screenshot.h132 int GetBufferLength() const { return m_Length; } in GetBufferLength()
157 m_Length(0), in Screenshot()
169 size_t m_Length; variable
/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h156 s32 GetLength() const { return m_Length; } in GetLength()
157 void SetLength( s32 length ) { m_Length = length; } in SetLength()
251 s32 m_Length; variable
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp78 this->m_Length = length; in Set()
83 nn::crypto::CalculateSha1(this->m_Hash, m_CopyScreen, m_Length); in Set()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp119 m_Length = 0; in InitParam()
328 m_Length = length; in Start()