Searched refs:thumbrect (Results 1 – 1 of 1) sorted by relevance
86 GX_RECTANGLE thumbrect; in _gx_scrollbar_thumb_position_calculate() local183 thumbrect = scroll -> gx_widget_size; in _gx_scrollbar_thumb_position_calculate()187 …thumbrect.gx_rectangle_left = (GX_VALUE)(thumbrect.gx_rectangle_left + (scroll_width - thumb_width… in _gx_scrollbar_thumb_position_calculate()188 thumbrect.gx_rectangle_right = (GX_VALUE) (thumbrect.gx_rectangle_left + thumb_width - 1); in _gx_scrollbar_thumb_position_calculate()189 thumbrect.gx_rectangle_top = (GX_VALUE)(scroll -> gx_widget_size.gx_rectangle_top + in _gx_scrollbar_thumb_position_calculate()191 thumbrect.gx_rectangle_bottom = (GX_VALUE)(thumbrect.gx_rectangle_top + thumb_length - 1); in _gx_scrollbar_thumb_position_calculate()195 …thumbrect.gx_rectangle_top = (GX_VALUE)(thumbrect.gx_rectangle_top + (scroll_width - thumb_width) … in _gx_scrollbar_thumb_position_calculate()196 thumbrect.gx_rectangle_bottom = (GX_VALUE)(thumbrect.gx_rectangle_top + thumb_width - 1); in _gx_scrollbar_thumb_position_calculate()198 thumbrect.gx_rectangle_left = (GX_VALUE)(scroll -> gx_widget_size.gx_rectangle_left + in _gx_scrollbar_thumb_position_calculate()200 thumbrect.gx_rectangle_right = (GX_VALUE)(thumbrect.gx_rectangle_left + thumb_length - 1); in _gx_scrollbar_thumb_position_calculate()[all …]