Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_at_sb.c358 oldbot = oldtop + sbw->scrollbar.shownLength; in PaintThumb()
360 sbw->scrollbar.shownLength = newbot - newtop; in PaintThumb()
545 sbw->scrollbar.shownLength = sbw->scrollbar.min_thumb; in Initialize()
623 width = sbw->scrollbar.shownLength; in Redisplay()
631 height = sbw->scrollbar.shownLength; in Redisplay()
778 loc <= sbw->scrollbar.topLoc + (int)sbw->scrollbar.shownLength)) in HandleThumb()
922 if (loc > sbw->scrollbar.topLoc + (Position)sbw->scrollbar.shownLength) in NotifyScroll()
961 else if (loc > sbw->scrollbar.topLoc + (Position)sbw->scrollbar.shownLength) in NotifyScroll()
H A Dgui_at_sb.h121 Dimension shownLength; // Num pixels corresponding to shown member