Searched refs:shiftpos (Results 1 – 1 of 1) sorted by relevance
79 INT shiftpos; in _gx_scroll_thumb_shift_limit() local102 shiftpos = thumb -> gx_widget_size.gx_rectangle_bottom + shift; in _gx_scroll_thumb_shift_limit()103 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()111 shiftpos = thumb -> gx_widget_size.gx_rectangle_top + shift; in _gx_scroll_thumb_shift_limit()112 if (shiftpos < minlimit) in _gx_scroll_thumb_shift_limit()126 shiftpos = thumb -> gx_widget_size.gx_rectangle_right + shift; in _gx_scroll_thumb_shift_limit()127 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()135 shiftpos = thumb -> gx_widget_size.gx_rectangle_left + shift; in _gx_scroll_thumb_shift_limit()136 if (shiftpos < minlimit) in _gx_scroll_thumb_shift_limit()