Searched refs:step_y (Results 1 – 2 of 2) sorted by relevance
271 int step_y = msc->touches[id].scroll_y - y; in magicmouse_emit_touch() local308 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()309 if (step_y != 0) { in magicmouse_emit_touch()310 msc->touches[id].scroll_y -= step_y * in magicmouse_emit_touch()313 input_report_rel(input, REL_WHEEL, step_y); in magicmouse_emit_touch()
561 int step_y = get_block_step_bytes(plane->frame_info->fb, direction, 0); local573 y_plane += step_y;