Searched refs:m_scrollPos (Results 1 – 2 of 2) sorted by relevance
18 m_scrollPos = CSize(0,0); in CScrollHelper()51 return m_scrollPos; in GetScrollPos()71 int deltaPos = newpos - m_scrollPos.cx; in SetScrollPos()72 m_scrollPos.cx += deltaPos; in SetScrollPos()73 m_attachWnd->SetScrollPos(SB_HORZ, m_scrollPos.cx, redraw); in SetScrollPos()82 int deltaPos = newpos - m_scrollPos.cy; in SetScrollPos()83 m_scrollPos.cy += deltaPos; in SetScrollPos()84 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, redraw); in SetScrollPos()100 if ( m_displaySize.cx > 0 && m_pageSize.cx > 0 && m_scrollPos.cx > 0 ) in ScrollToOrigin()102 int deltaPos = -m_scrollPos.cx; in ScrollToOrigin()[all …]
56 CSize m_scrollPos; variable