Searched refs:m_nOldDivX (Results 1 – 2 of 2) sorted by relevance
475 m_nOldDivX = point.x; in OnLButtonDown()478 InvertLine(&dc,CPoint(m_nOldDivX,m_nDivTop),CPoint(m_nOldDivX,m_nDivBtm)); in OnLButtonDown()494 InvertLine(&dc,CPoint(m_nOldDivX,m_nDivTop),CPoint(m_nOldDivX,m_nDivBtm)); in OnMouseMove()497 m_nOldDivX = point.x; in OnMouseMove()
155 int m_nOldDivX; variable