Searched refs:min_shift (Results 1 – 2 of 2) sorted by relevance
79 INT min_shift; in _gx_scroll_wheel_scroll() local91 … min_shift = (wheel -> gx_scroll_wheel_selected_row - wheel -> gx_scroll_wheel_total_rows + 1) * in _gx_scroll_wheel_scroll()95 if ((y_shift < min_shift) || (y_shift > max_shift)) in _gx_scroll_wheel_scroll()
91 INT min_shift; in _gx_generic_scroll_wheel_scroll() local106 …min_shift = (wheel -> gx_scroll_wheel_selected_row - wheel -> gx_scroll_wheel_total_rows + 1) * wh… in _gx_generic_scroll_wheel_scroll()109 if ((y_shift < min_shift) || (y_shift > max_shift)) in _gx_generic_scroll_wheel_scroll()