Home
last modified time | relevance | path

Searched refs:m_IsDraw (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/demos/snd/demolib/include/
Ddemolib.h57 void SetDraw( bool enable ) { m_IsDraw = enable; } in SetDraw()
58 bool IsDraw() const { return m_IsDraw; } in IsDraw()
101 bool m_IsDraw; variable
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp48 m_IsDraw( true ) in AppBase()
393 if ( m_IsDraw == true ) in Draw()