Searched refs:thumb_length (Results 1 – 1 of 1) sorted by relevance
79 INT thumb_length = 0; in _gx_scrollbar_thumb_position_calculate() local128 thumb_length = travelsize * scroll -> gx_scrollbar_info.gx_scroll_visible; in _gx_scrollbar_thumb_position_calculate()131 thumb_length /= range; 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()145 thumb_length = thumb_pixelmap -> gx_pixelmap_height; in _gx_scrollbar_thumb_position_calculate()150 thumb_length = thumb_pixelmap -> gx_pixelmap_width; in _gx_scrollbar_thumb_position_calculate()157 thumb_length = thumb_width; in _gx_scrollbar_thumb_position_calculate()160 space = (travelsize - thumb_length); in _gx_scrollbar_thumb_position_calculate()177 else if (space == (travelsize - thumb_length)) in _gx_scrollbar_thumb_position_calculate()[all …]