Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c520 double dy_unaccel; in relative_pointer_handle_relative_motion() local
525 dy_unaccel = wl_fixed_to_double(dy_unaccel_w); in relative_pointer_handle_relative_motion()
529 dy_unaccel += input->dy_frac; in relative_pointer_handle_relative_motion()
532 input->dy_frac = modf(dy_unaccel, &dy); in relative_pointer_handle_relative_motion()
/third_party/weston/libweston/
Dlibinput-device.c98 double dx_unaccel, dy_unaccel; in handle_pointer_motion() local
103 dy_unaccel = libinput_event_pointer_get_dy_unaccelerated(pointer_event); in handle_pointer_motion()
112 .dy_unaccel = dy_unaccel, in handle_pointer_motion()
Dinput.c336 double *dx_unaccel, double *dy_unaccel) in weston_pointer_motion_to_rel() argument
343 *dy_unaccel = event->dy_unaccel; in weston_pointer_motion_to_rel()
347 *dy_unaccel = *dy = event->dy; in weston_pointer_motion_to_rel()
351 *dy_unaccel = *dy = event->dy_unaccel; in weston_pointer_motion_to_rel()
479 double dx, dy, dx_unaccel, dy_unaccel; in pointer_send_relative_motion() local
489 &dx_unaccel, &dy_unaccel)) in pointer_send_relative_motion()
500 dyf_unaccel = wl_fixed_from_double(dy_unaccel); in pointer_send_relative_motion()
/third_party/libinput/tools/
Dlibinput-debug-events.c674 double dy_unaccel = libinput_event_gesture_get_dy_unaccelerated(t); in print_gesture_event_with_coords() local
680 dx, dy, dx_unaccel, dy_unaccel); in print_gesture_event_with_coords()
/third_party/weston/include/libweston/
Dlibweston.h380 double dy_unaccel; member
/third_party/weston/clients/
Dwindow.c4849 wl_fixed_t dy_unaccel) in relative_pointer_handle_motion() argument