Searched refs:maxlimit (Results 1 – 1 of 1) sorted by relevance
78 INT maxlimit; in _gx_scroll_thumb_shift_limit() local97 …maxlimit = parentsize.gx_rectangle_bottom - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_… in _gx_scroll_thumb_shift_limit()103 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()105 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_bottom; in _gx_scroll_thumb_shift_limit()121 …maxlimit = parentsize.gx_rectangle_right - bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_m… in _gx_scroll_thumb_shift_limit()127 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()129 shift = maxlimit - thumb -> gx_widget_size.gx_rectangle_right; in _gx_scroll_thumb_shift_limit()