Searched refs:unaccel (Results 1 – 5 of 5) sorted by relevance
/third_party/libinput/tools/ |
D | libinput-record-verify-yaml.py | 289 unaccel = e['unaccel'] 290 self.assertTrue(isinstance(unaccel, list)) 291 self.assertEqual(len(unaccel), 2) 292 for d in unaccel: 421 unaccel = e['unaccel'] 422 self.assertTrue(isinstance(unaccel, list)) 423 self.assertEqual(len(unaccel), 2) 424 for d in unaccel: 451 unaccel = e['unaccel'] 452 self.assertTrue(isinstance(unaccel, list)) [all …]
|
/third_party/libinput/src/ |
D | evdev-mt-touchpad-gestures.c | 156 struct device_float_coords unaccel; in tp_gesture_post_pointer_motion() local 158 unaccel = tp_scale_to_xaxis(tp, raw); in tp_gesture_post_pointer_motion() 162 &unaccel); in tp_gesture_post_pointer_motion() 633 struct normalized_coords delta, unaccel; in tp_gesture_handle_state_swipe() local 639 unaccel = tp_normalize_delta(tp, raw); in tp_gesture_handle_state_swipe() 644 &delta, &unaccel); in tp_gesture_handle_state_swipe() 655 struct normalized_coords delta, unaccel; in tp_gesture_handle_state_pinch() local 677 unaccel = tp_normalize_delta(tp, fdelta); in tp_gesture_handle_state_pinch() 682 &delta, &unaccel, scale, angle_delta); in tp_gesture_handle_state_pinch()
|
D | evdev-fallback.c | 94 struct normalized_coords unaccel, in post_trackpoint_scroll() argument 115 &unaccel); in post_trackpoint_scroll() 168 struct normalized_coords accel, unaccel; in fallback_flush_relative_motion() local 176 normalize_delta(device, &dispatch->rel, &unaccel); in fallback_flush_relative_motion() 183 if (post_trackpoint_scroll(device, unaccel, time)) in fallback_flush_relative_motion() 195 accel = unaccel; in fallback_flush_relative_motion() 198 if (normalized_is_zero(accel) && normalized_is_zero(unaccel)) in fallback_flush_relative_motion() 216 struct normalized_coords unaccel = { 0.0, 0.0 }; in fallback_flush_wheels() local 219 normalize_delta(device, &dispatch->wheel, &unaccel); in fallback_flush_wheels() 223 &unaccel); in fallback_flush_wheels()
|
D | libinput-private.h | 603 const struct normalized_coords *unaccel); 617 const struct normalized_coords *unaccel,
|
D | libinput.c | 2816 const struct normalized_coords *unaccel, in gesture_notify() argument 2832 .delta_unaccel = *unaccel, in gesture_notify() 2847 const struct normalized_coords *unaccel) in gesture_notify_swipe() argument 2849 gesture_notify(device, time, type, finger_count, 0, delta, unaccel, in gesture_notify_swipe() 2871 const struct normalized_coords *unaccel, in gesture_notify_pinch() argument 2876 delta, unaccel, scale, angle); in gesture_notify_pinch()
|