Searched refs:thumb_length (Results 1 – 1 of 1) sorted by relevance
78 INT thumb_length = 0; in _gx_scrollbar_thumb_position_calculate() local127 thumb_length = travelsize * scroll -> gx_scrollbar_info.gx_scroll_visible; in _gx_scrollbar_thumb_position_calculate()130 thumb_length /= range; 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()144 thumb_length = thumb_pixelmap -> gx_pixelmap_height; in _gx_scrollbar_thumb_position_calculate()149 thumb_length = thumb_pixelmap -> gx_pixelmap_width; in _gx_scrollbar_thumb_position_calculate()156 thumb_length = thumb_width; in _gx_scrollbar_thumb_position_calculate()159 space = (travelsize - thumb_length); in _gx_scrollbar_thumb_position_calculate()176 else if (space == (travelsize - thumb_length)) in _gx_scrollbar_thumb_position_calculate()[all …]