Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/snd/demolib/include/
Ddemolib.h59 void SetDraw( bool enable ) { m_IsDraw = enable; } in SetDraw()
60 bool IsDraw() const { return m_IsDraw; } in IsDraw()
103 bool m_IsDraw; variable
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp50 m_IsDraw( true ) in AppBase()
395 if ( m_IsDraw == true ) in Draw()