Home
last modified time | relevance | path

Searched refs:m_nOldDivX (Results 1 – 2 of 2) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DPropertyList.cpp475 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()
H A DPropertyList.h155 int m_nOldDivX; variable