Home
last modified time | relevance | path

Searched refs:dy_unaccel (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c58 double dy_unaccel);
471 double dy_unaccel; in dispatch_pointer_motion_event() local
476 dy_unaccel = xwl_seat->pending_pointer_event.dy_unaccel; in dispatch_pointer_motion_event()
479 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
500 double dy_unaccel; in dispatch_pointer_motion_event() local
503 dy_unaccel = xwl_seat->pending_pointer_event.dy_unaccel; in dispatch_pointer_motion_event()
505 valuator_mask_set_absolute_unaccelerated(&mask, 1, y, dy_unaccel); in dispatch_pointer_motion_event()
675 xwl_seat->pending_pointer_event.dy_unaccel = wl_fixed_to_double(dy_unaccelf); in relative_pointer_handle_relative_motion()
2721 double dy_unaccel) in xwl_pointer_warp_emulator_handle_motion() argument
2730 valuator_mask_set_unaccelerated(&mask, 1, dy, dy_unaccel); in xwl_pointer_warp_emulator_handle_motion()
H A Dxwayland.h294 double dy_unaccel; member