Searched refs:maxlimit (Results 1 – 1 of 1) sorted by relevance
79 INT maxlimit; in _gx_scroll_thumb_shift_limit() local98 …maxlimit = parentsize.gx_rectangle_bottom - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_… in _gx_scroll_thumb_shift_limit()104 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()106 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_bottom; in _gx_scroll_thumb_shift_limit()122 …maxlimit = parentsize.gx_rectangle_right - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_m… in _gx_scroll_thumb_shift_limit()128 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()130 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_right; in _gx_scroll_thumb_shift_limit()