Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scrollbar_thumb_position_calculate.c88 GX_PIXELMAP *thumb_pixelmap = NULL; in _gx_scrollbar_thumb_position_calculate() local
100 …(GX_WIDGET *) scroll, scroll -> gx_scrollbar_appearance.gx_scroll_thumb_pixelmap, &thumb_pixelmap); in _gx_scrollbar_thumb_position_calculate()
141 if (thumb_pixelmap) in _gx_scrollbar_thumb_position_calculate()
145 thumb_length = thumb_pixelmap -> gx_pixelmap_height; in _gx_scrollbar_thumb_position_calculate()
146 thumb_width = thumb_pixelmap -> gx_pixelmap_width; in _gx_scrollbar_thumb_position_calculate()
150 thumb_length = 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()