Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_at_sb.c357 oldtop = sbw->scrollbar.topLoc; in PaintThumb()
359 sbw->scrollbar.topLoc = newtop; in PaintThumb()
544 sbw->scrollbar.topLoc = 0; in Initialize()
621 x = sbw->scrollbar.topLoc; in Redisplay()
629 y = sbw->scrollbar.topLoc; in Redisplay()
637 sbw->scrollbar.topLoc = -(sbw->scrollbar.length + 1); in Redisplay()
777 (loc >= sbw->scrollbar.topLoc && in HandleThumb()
778 loc <= sbw->scrollbar.topLoc + (int)sbw->scrollbar.shownLength)) in HandleThumb()
922 if (loc > sbw->scrollbar.topLoc + (Position)sbw->scrollbar.shownLength) in NotifyScroll()
951 else if (loc < sbw->scrollbar.topLoc) in NotifyScroll()
[all …]
H A Dgui_at_sb.h120 Position topLoc; // Pixel that corresponds to top member