Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scrollbar_thumb_position_calculate.c85 GX_RECTANGLE thumbrect; in _gx_scrollbar_thumb_position_calculate() local
182 thumbrect = scroll -> gx_widget_size; in _gx_scrollbar_thumb_position_calculate()
186thumbrect.gx_rectangle_left = (GX_VALUE)(thumbrect.gx_rectangle_left + (scroll_width - thumb_width… in _gx_scrollbar_thumb_position_calculate()
187 thumbrect.gx_rectangle_right = (GX_VALUE) (thumbrect.gx_rectangle_left + thumb_width - 1); in _gx_scrollbar_thumb_position_calculate()
188 thumbrect.gx_rectangle_top = (GX_VALUE)(scroll -> gx_widget_size.gx_rectangle_top + in _gx_scrollbar_thumb_position_calculate()
190 thumbrect.gx_rectangle_bottom = (GX_VALUE)(thumbrect.gx_rectangle_top + thumb_length - 1); in _gx_scrollbar_thumb_position_calculate()
194thumbrect.gx_rectangle_top = (GX_VALUE)(thumbrect.gx_rectangle_top + (scroll_width - thumb_width) … in _gx_scrollbar_thumb_position_calculate()
195 thumbrect.gx_rectangle_bottom = (GX_VALUE)(thumbrect.gx_rectangle_top + thumb_width - 1); in _gx_scrollbar_thumb_position_calculate()
197 thumbrect.gx_rectangle_left = (GX_VALUE)(scroll -> gx_widget_size.gx_rectangle_left + in _gx_scrollbar_thumb_position_calculate()
199 thumbrect.gx_rectangle_right = (GX_VALUE)(thumbrect.gx_rectangle_left + thumb_length - 1); in _gx_scrollbar_thumb_position_calculate()
[all …]