Home
last modified time | relevance | path

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

123

/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-event-evdev.c41 double dx_unaccel; member
105 double dx_unaccel, in _clutter_evdev_event_set_relative_motion() argument
113 event_evdev->dx_unaccel = dx_unaccel; in _clutter_evdev_event_set_relative_motion()
172 double *dx_unaccel, in clutter_evdev_event_get_relative_motion() argument
183 if (dx_unaccel) in clutter_evdev_event_get_relative_motion()
184 *dx_unaccel = event_evdev->dx_unaccel; in clutter_evdev_event_get_relative_motion()
H A Dclutter-input-device-evdev.h100 double dx_unaccel,
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-event-evdev.c41 double dx_unaccel; member
105 double dx_unaccel, in _clutter_evdev_event_set_relative_motion() argument
113 event_evdev->dx_unaccel = dx_unaccel; in _clutter_evdev_event_set_relative_motion()
172 double *dx_unaccel, in clutter_evdev_event_get_relative_motion() argument
183 if (dx_unaccel) in clutter_evdev_event_get_relative_motion()
184 *dx_unaccel = event_evdev->dx_unaccel; in clutter_evdev_event_get_relative_motion()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Drelativepointer.cpp121 wl_fixed_t dx_unaccel,
145 wl_fixed_t dx_unaccel, in relativeMotionCallback() argument
151 const QSizeF deltaNonAccel(wl_fixed_to_double(dx_unaccel), wl_fixed_to_double(dy_unaccel)); in relativeMotionCallback()
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Drelativepointer.cpp107 wl_fixed_t dx_unaccel,
128 wl_fixed_t dx_unaccel, in relativeMotionCallback() argument
134 const QSizeF deltaNonAccel(wl_fixed_to_double(dx_unaccel), wl_fixed_to_double(dy_unaccel)); in relativeMotionCallback()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-event.h314 double dx_unaccel; member
448 gfloat dx_unaccel; member
492 gfloat dx_unaccel; member
824 double *dx_unaccel,
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandevents.c519 double dx_unaccel; in relative_pointer_handle_relative_motion() local
524 dx_unaccel = wl_fixed_to_double(dx_unaccel_w); in relative_pointer_handle_relative_motion()
528 dx_unaccel += input->dx_frac; in relative_pointer_handle_relative_motion()
531 input->dx_frac = modf(dx_unaccel, &dx); in relative_pointer_handle_relative_motion()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandevents.c519 double dx_unaccel; in relative_pointer_handle_relative_motion() local
524 dx_unaccel = wl_fixed_to_double(dx_unaccel_w); in relative_pointer_handle_relative_motion()
528 dx_unaccel += input->dx_frac; in relative_pointer_handle_relative_motion()
531 input->dx_frac = modf(dx_unaccel, &dx); in relative_pointer_handle_relative_motion()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/wayland/
H A DSDL_waylandevents.c519 double dx_unaccel; in relative_pointer_handle_relative_motion() local
524 dx_unaccel = wl_fixed_to_double(dx_unaccel_w); in relative_pointer_handle_relative_motion()
528 dx_unaccel += input->dx_frac; in relative_pointer_handle_relative_motion()
531 input->dx_frac = modf(dx_unaccel, &dx); in relative_pointer_handle_relative_motion()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/
H A Dwlr_relative_pointer_v1.c223 double dx_unaccel, double dy_unaccel) { in wlr_relative_pointer_manager_v1_send_relative_motion() argument
240 wl_fixed_from_double(dx_unaccel), wl_fixed_from_double(dy_unaccel)); in wlr_relative_pointer_manager_v1_send_relative_motion()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/types/
H A Dwlr_relative_pointer_v1.h70 double dx_unaccel, double dy_unaccel);
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-seat-impl.c571 float dx_unaccel, in meta_seat_impl_notify_relative_motion_in_impl() argument
592 event->motion.dx_unaccel = dx_unaccel; in meta_seat_impl_notify_relative_motion_in_impl()
1262 double dx_unaccel, in notify_pinch_gesture_event() argument
1283 event->touchpad_pinch.dx_unaccel = dx_unaccel; in notify_pinch_gesture_event()
1304 double dx_unaccel, in notify_swipe_gesture_event() argument
1322 event->touchpad_swipe.dx_unaccel = dx_unaccel; in notify_swipe_gesture_event()
2027 double dx_unaccel; in process_device_event() local
2041 dx_unaccel, dy_unaccel); in process_device_event()
2307 double angle_delta, scale, dx, dy, dx_unaccel, dy_unaccel; in process_device_event() local
2323 time_us, dx, dy, dx_unaccel, dy_unaccel, in process_device_event()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dlibinput-device.c98 double dx_unaccel, dy_unaccel; in handle_pointer_motion() local
102 dx_unaccel = libinput_event_pointer_get_dx_unaccelerated(pointer_event); in handle_pointer_motion()
111 .dx_unaccel = dx_unaccel, in handle_pointer_motion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dlibinput-device.c98 double dx_unaccel, dy_unaccel; in handle_pointer_motion() local
102 dx_unaccel = libinput_event_pointer_get_dx_unaccelerated(pointer_event); in handle_pointer_motion()
111 .dx_unaccel = dx_unaccel, in handle_pointer_motion()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
474 double dx_unaccel; in dispatch_pointer_motion_event() local
479 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
483 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
503 double dx_unaccel; in dispatch_pointer_motion_event() local
506 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
508 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
678 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2724 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2733 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
474 double dx_unaccel; in dispatch_pointer_motion_event() local
479 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
483 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
503 double dx_unaccel; in dispatch_pointer_motion_event() local
506 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
508 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
678 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2724 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2733 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwayland/
H A Dxwayland-input.c69 double dx_unaccel,
488 double dx_unaccel; in dispatch_pointer_motion_event() local
493 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
497 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
522 double dx_unaccel; in dispatch_pointer_motion_event() local
525 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
527 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
697 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2744 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2753 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
474 double dx_unaccel; in dispatch_pointer_motion_event() local
479 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
483 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
503 double dx_unaccel; in dispatch_pointer_motion_event() local
506 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
508 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
678 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2724 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2733 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
474 double dx_unaccel; in dispatch_pointer_motion_event() local
479 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
483 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
503 double dx_unaccel; in dispatch_pointer_motion_event() local
506 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
508 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
678 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2724 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2733 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
474 double dx_unaccel; in dispatch_pointer_motion_event() local
479 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
483 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
503 double dx_unaccel; in dispatch_pointer_motion_event() local
506 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
508 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
678 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2724 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2733 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
474 double dx_unaccel; in dispatch_pointer_motion_event() local
479 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
483 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
503 double dx_unaccel; in dispatch_pointer_motion_event() local
506 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
508 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
678 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2724 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2733 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-input.c57 double dx_unaccel,
474 double dx_unaccel; in dispatch_pointer_motion_event() local
479 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
483 dx_unaccel, dy_unaccel); in dispatch_pointer_motion_event()
503 double dx_unaccel; in dispatch_pointer_motion_event() local
506 dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel; in dispatch_pointer_motion_event()
508 valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel); in dispatch_pointer_motion_event()
678 xwl_seat->pending_pointer_event.dx_unaccel = wl_fixed_to_double(dx_unaccelf); in relative_pointer_handle_relative_motion()
2724 double dx_unaccel, in xwl_pointer_warp_emulator_handle_motion() argument
2733 valuator_mask_set_unaccelerated(&mask, 0, dx, dx_unaccel); in xwl_pointer_warp_emulator_handle_motion()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/wayland/
H A Drelative-pointer-unstable-v1-client-protocol.h236 wl_fixed_t dx_unaccel, wl_fixed_t dy_unaccel);
/dports/www/firefox/firefox-99.0/widget/gtk/wayland/
H A Drelative-pointer-unstable-v1-client-protocol.h236 wl_fixed_t dx_unaccel, wl_fixed_t dy_unaccel);
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/wayland/
H A Drelative-pointer-unstable-v1-client-protocol.h236 wl_fixed_t dx_unaccel, wl_fixed_t dy_unaccel);

123