Lines Matching refs:topLoc
357 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()
961 else if (loc > sbw->scrollbar.topLoc + (Position)sbw->scrollbar.shownLength) in NotifyScroll()