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()
537 int step_y = get_block_step_bytes(plane->frame_info->fb, direction, 0); in semi_planar_yuv_read_line() local547 y_plane += step_y; in semi_planar_yuv_read_line()581 int step_y = get_block_step_bytes(plane->frame_info->fb, direction, 0); in planar_yuv_read_line() local592 y_plane += step_y; in planar_yuv_read_line()
Completed in 7 milliseconds