Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/snd/demolib/include/
Ddemolib.h56 void SetDraw( bool enable ) { m_IsDraw = enable; } in SetDraw()
57 bool IsDraw() const { return m_IsDraw; } in IsDraw()
100 bool m_IsDraw; variable
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp57 m_IsDraw( true ) in AppBase()
406 if ( m_IsDraw == true ) in Draw()