Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
470 double dx_unaccel; in dispatch_pointer_motion_event() local
475 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
479 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
499 double dx_unaccel; in dispatch_pointer_motion_event() local
502 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
504 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
674 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2720 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2729 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
H A Dxwayland.h293 double dx_unaccel; member