Home
last modified time | relevance | path

Searched refs:unaccel (Results 1 – 5 of 5) sorted by relevance

/third_party/libinput/tools/
Dlibinput-record-verify-yaml.py307 unaccel = e["unaccel"]
308 self.assertTrue(isinstance(unaccel, list))
309 self.assertEqual(len(unaccel), 2)
310 for d in unaccel:
437 unaccel = e["unaccel"]
438 self.assertTrue(isinstance(unaccel, list))
439 self.assertEqual(len(unaccel), 2)
440 for d in unaccel:
466 unaccel = e["unaccel"]
467 self.assertTrue(isinstance(unaccel, list))
[all …]
/third_party/libinput/src/
Devdev-fallback.c116 struct normalized_coords unaccel, in post_trackpoint_scroll() argument
137 &unaccel); in post_trackpoint_scroll()
190 struct normalized_coords accel, unaccel; in fallback_flush_relative_motion() local
198 normalize_delta(device, &dispatch->rel, &unaccel); in fallback_flush_relative_motion()
205 if (post_trackpoint_scroll(device, unaccel, time)) in fallback_flush_relative_motion()
217 accel = unaccel; in fallback_flush_relative_motion()
220 if (normalized_is_zero(accel) && normalized_is_zero(unaccel)) in fallback_flush_relative_motion()
259 struct normalized_coords unaccel = { 0.0, 0.0 }; in fallback_flush_wheels() local
262 normalize_delta(device, &dispatch->wheel.hi_res, &unaccel); in fallback_flush_wheels()
266 &unaccel); in fallback_flush_wheels()
Devdev-mt-touchpad-gestures.c233 struct device_float_coords unaccel; in tp_gesture_post_pointer_motion() local
235 unaccel = tp_scale_to_xaxis(tp, raw); in tp_gesture_post_pointer_motion()
239 &unaccel); in tp_gesture_post_pointer_motion()
1194 struct normalized_coords delta, unaccel; in tp_gesture_handle_state_swipe() local
1200 unaccel = tp_filter_motion_unaccelerated(tp, &raw, time); in tp_gesture_handle_state_swipe()
1205 &delta, &unaccel); in tp_gesture_handle_state_swipe()
1214 struct normalized_coords delta, unaccel; in tp_gesture_handle_state_pinch() local
1236 unaccel = tp_filter_motion_unaccelerated(tp, &fdelta, time); in tp_gesture_handle_state_pinch()
1241 &delta, &unaccel, scale, angle_delta); in tp_gesture_handle_state_pinch()
Dlibinput-private.h636 const struct normalized_coords *unaccel);
650 const struct normalized_coords *unaccel,
Dlibinput.c3000 const struct normalized_coords *unaccel, in gesture_notify() argument
3016 .delta_unaccel = *unaccel, in gesture_notify()
3031 const struct normalized_coords *unaccel) in gesture_notify_swipe() argument
3033 gesture_notify(device, time, type, finger_count, 0, delta, unaccel, in gesture_notify_swipe()
3055 const struct normalized_coords *unaccel, in gesture_notify_pinch() argument
3060 delta, unaccel, scale, angle); in gesture_notify_pinch()