Searched refs:m_IsDraw (Results 1 – 2 of 2) sorted by relevance
59 void SetDraw( bool enable ) { m_IsDraw = enable; } in SetDraw()60 bool IsDraw() const { return m_IsDraw; } in IsDraw()103 bool m_IsDraw; variable
50 m_IsDraw( true ) in AppBase()395 if ( m_IsDraw == true ) in Draw()