Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scrollbar_thumb_position_calculate.c82 INT thumb_width; in _gx_scrollbar_thumb_position_calculate() local
94 thumb_width = scroll -> gx_scrollbar_appearance.gx_scroll_thumb_width; in _gx_scrollbar_thumb_position_calculate()
132 if (thumb_length < thumb_width) in _gx_scrollbar_thumb_position_calculate()
134 thumb_length = thumb_width; in _gx_scrollbar_thumb_position_calculate()
145 thumb_width = thumb_pixelmap -> gx_pixelmap_width; in _gx_scrollbar_thumb_position_calculate()
150 thumb_width = thumb_pixelmap -> gx_pixelmap_height; in _gx_scrollbar_thumb_position_calculate()
156 thumb_length = thumb_width; in _gx_scrollbar_thumb_position_calculate()
186 …ect.gx_rectangle_left = (GX_VALUE)(thumbrect.gx_rectangle_left + (scroll_width - thumb_width) / 2); 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()
194 …brect.gx_rectangle_top = (GX_VALUE)(thumbrect.gx_rectangle_top + (scroll_width - thumb_width) / 2); in _gx_scrollbar_thumb_position_calculate()
[all …]