Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmSliderBar.h57 return static_cast<f32>(m_OffsetY)/m_Length; in GetSliderParam()
68 uint m_Length; variable
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmSliderBar.cpp37 m_Length( length ), in SmSliderBar()
163 if( m_Length < m_OffsetY ) m_OffsetY = m_Length; in ReceveMessage()
/NW4C-1.2.23/include/nw/dev/
Ddev_Screenshot.h130 int GetBufferLength() const { return m_Length; } in GetBufferLength()
155 m_Length(0), in Screenshot()
167 size_t m_Length; variable
/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h154 s32 GetLength() const { return m_Length; } in GetLength()
155 void SetLength( s32 length ) { m_Length = length; } in SetLength()
249 s32 m_Length; variable
/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp76 this->m_Length = length; in Set()
81 nn::crypto::CalculateSha1(this->m_Hash, m_CopyScreen, m_Length); in Set()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp117 m_Length = 0; in InitParam()
326 m_Length = length; in Start()