Searched refs:max_shift (Results 1 – 2 of 2) sorted by relevance
80 INT max_shift; in _gx_scroll_wheel_scroll() local93 … max_shift = (wheel -> gx_scroll_wheel_selected_row * wheel -> gx_scroll_wheel_row_height); in _gx_scroll_wheel_scroll()95 if ((y_shift < min_shift) || (y_shift > max_shift)) in _gx_scroll_wheel_scroll()
92 INT max_shift; in _gx_generic_scroll_wheel_scroll() local107 … max_shift = (wheel -> gx_scroll_wheel_selected_row * wheel -> gx_scroll_wheel_row_height); in _gx_generic_scroll_wheel_scroll()109 if ((y_shift < min_shift) || (y_shift > max_shift)) in _gx_generic_scroll_wheel_scroll()