Lines Matching refs:deltaPos
525 void PaletteLayoutDlg::Scroll(int deltaPos) in Scroll() argument
529 if (deltaPos != 0) in Scroll()
532 top_index += deltaPos; in Scroll()
557 int deltaPos = 0; in OnVScroll() local
564 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()
598 Scroll(deltaPos); in OnVScroll()
1088 void palette_frame::Scroll(int deltaPos) in Scroll() argument
1091 dlg->Scroll(deltaPos); in Scroll()