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