Searched refs:m_IsDraw (Results 1 – 2 of 2) sorted by relevance
56 void SetDraw( bool enable ) { m_IsDraw = enable; } in SetDraw()57 bool IsDraw() const { return m_IsDraw; } in IsDraw()100 bool m_IsDraw; variable
57 m_IsDraw( true ) in AppBase()406 if ( m_IsDraw == true ) in Draw()