Searched refs:thumbrect (Results 1 – 1 of 1) sorted by relevance
85 GX_RECTANGLE thumbrect; in _gx_scrollbar_thumb_position_calculate() local182 thumbrect = scroll -> gx_widget_size; in _gx_scrollbar_thumb_position_calculate()186 …thumbrect.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()194 …thumbrect.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 …]