Searched refs:m_bFlash (Results 1 – 2 of 2) sorted by relevance
18 CPWL_Caret::CPWL_Caret() : m_bFlash(false), m_fWidth(0.4f), m_nDelay(0) {} in CPWL_Caret()28 if (!IsVisible() || !m_bFlash) in DrawThisAppearance()62 m_bFlash = !m_bFlash; in TimerProc()79 m_bFlash = false; in SetCaret()99 m_bFlash = true; in SetCaret()111 m_bFlash = true; in SetCaret()
33 bool m_bFlash; variable