Searched refs:newScrollPos (Results 1 – 1 of 1) sorted by relevance
168 int newScrollPos = m_scrollPos.cx + deltaPos; in OnHScroll() local172 if ( newScrollPos < 0 ) in OnHScroll()179 if ( newScrollPos > maxScrollPos ) in OnHScroll()238 int newScrollPos = m_scrollPos.cy + deltaPos; in OnVScroll() local242 if ( newScrollPos < 0 ) in OnVScroll()249 if ( newScrollPos > maxScrollPos ) in OnVScroll()