Searched refs:topLoc (Results 1 – 2 of 2) sorted by relevance
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()[all …]
120 Position topLoc; // Pixel that corresponds to top member