Home
last modified time | relevance | path

Searched refs:shiftpos (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_scroll_thumb_shift_limit.c80 INT shiftpos; in _gx_scroll_thumb_shift_limit() local
103 shiftpos = thumb -> gx_widget_size.gx_rectangle_bottom + shift; in _gx_scroll_thumb_shift_limit()
104 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()
112 shiftpos = thumb -> gx_widget_size.gx_rectangle_top + shift; in _gx_scroll_thumb_shift_limit()
113 if (shiftpos < minlimit) in _gx_scroll_thumb_shift_limit()
127 shiftpos = thumb -> gx_widget_size.gx_rectangle_right + shift; in _gx_scroll_thumb_shift_limit()
128 if (shiftpos > maxlimit) in _gx_scroll_thumb_shift_limit()
136 shiftpos = thumb -> gx_widget_size.gx_rectangle_left + shift; in _gx_scroll_thumb_shift_limit()
137 if (shiftpos < minlimit) in _gx_scroll_thumb_shift_limit()