Searched refs:thumb_width (Results 1 – 1 of 1) sorted by relevance
83 INT thumb_width; in _gx_scrollbar_thumb_position_calculate() local95 thumb_width = scroll -> gx_scrollbar_appearance.gx_scroll_thumb_width; in _gx_scrollbar_thumb_position_calculate()133 if (thumb_length < thumb_width) in _gx_scrollbar_thumb_position_calculate()135 thumb_length = thumb_width; in _gx_scrollbar_thumb_position_calculate()146 thumb_width = thumb_pixelmap -> gx_pixelmap_width; in _gx_scrollbar_thumb_position_calculate()151 thumb_width = thumb_pixelmap -> gx_pixelmap_height; in _gx_scrollbar_thumb_position_calculate()157 thumb_length = thumb_width; in _gx_scrollbar_thumb_position_calculate()187 …ect.gx_rectangle_left = (GX_VALUE)(thumbrect.gx_rectangle_left + (scroll_width - thumb_width) / 2); 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()195 …brect.gx_rectangle_top = (GX_VALUE)(thumbrect.gx_rectangle_top + (scroll_width - thumb_width) / 2); in _gx_scrollbar_thumb_position_calculate()[all …]