Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scrollbar_thumb_position_calculate.c80 INT travelsize; in _gx_scrollbar_thumb_position_calculate() local
107 travelsize = (scroll -> gx_widget_size.gx_rectangle_bottom - in _gx_scrollbar_thumb_position_calculate()
114 travelsize = (scroll -> gx_widget_size.gx_rectangle_right - in _gx_scrollbar_thumb_position_calculate()
118 travelsize -= scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_max + in _gx_scrollbar_thumb_position_calculate()
128 thumb_length = travelsize * scroll -> gx_scrollbar_info.gx_scroll_visible; in _gx_scrollbar_thumb_position_calculate()
160 space = (travelsize - thumb_length); in _gx_scrollbar_thumb_position_calculate()
177 else if (space == (travelsize - thumb_length)) in _gx_scrollbar_thumb_position_calculate()