Searched refs:deltaPos (Results 1 – 4 of 4) sorted by relevance
71 int deltaPos = newpos - m_scrollPos.cx; in SetScrollPos() local72 m_scrollPos.cx += deltaPos; in SetScrollPos()76 m_attachWnd->ScrollWindow(0, -deltaPos); in SetScrollPos()82 int deltaPos = newpos - m_scrollPos.cy; in SetScrollPos() local83 m_scrollPos.cy += deltaPos; in SetScrollPos()88 m_attachWnd->ScrollWindow(0, -deltaPos); in SetScrollPos()102 int deltaPos = -m_scrollPos.cx; in ScrollToOrigin() local103 m_scrollPos.cx += deltaPos; in ScrollToOrigin()105 m_attachWnd->ScrollWindow(-deltaPos, 0); in ScrollToOrigin()113 int deltaPos = -m_scrollPos.cy; in ScrollToOrigin() local[all …]
525 void PaletteLayoutDlg::Scroll(int deltaPos) in Scroll() argument529 if (deltaPos != 0) in Scroll()532 top_index += deltaPos; in Scroll()557 int deltaPos = 0; in OnVScroll() local564 deltaPos = -1; in OnVScroll()569 deltaPos = 1; in OnVScroll()574 deltaPos = -VISIBLE_PALETTE_ROWS; in OnVScroll()579 deltaPos = VISIBLE_PALETTE_ROWS; in OnVScroll()584 deltaPos = nPos - top_index; in OnVScroll()589 deltaPos = nPos - top_index; in OnVScroll()[all …]
50 LONG& pageSize, LONG& scrollPos, LONG& deltaPos);
58 void Scroll(int deltaPos);