Home
last modified time | relevance | path

Searched refs:device_float_coords (Results 1 – 22 of 22) sorted by relevance

/third_party/libinput/src/
Dfilter-low-dpi.c108 const struct device_float_coords *unaccelerated, in calculate_acceleration_factor()
128 static struct device_float_coords
130 const struct device_float_coords *unaccelerated, in accelerator_filter_generic()
136 struct device_float_coords accelerated; in accelerator_filter_generic()
151 const struct device_float_coords *unaccelerated, in accelerator_filter_unnormalized()
154 struct device_float_coords accelerated; in accelerator_filter_unnormalized()
169 const struct device_float_coords *unaccelerated, in accelerator_filter_noop()
Dfilter-touchpad.c73 const struct device_float_coords *unaccelerated, in calculate_acceleration_factor()
105 static struct device_float_coords
107 const struct device_float_coords *unaccelerated, in accelerator_filter_generic()
113 struct device_float_coords accelerated; in accelerator_filter_generic()
128 const struct device_float_coords *unaccelerated, in accelerator_filter_post_normalized()
133 struct device_float_coords accelerated; in accelerator_filter_post_normalized()
184 const struct device_float_coords *unaccelerated, in touchpad_constant_filter()
Dfilter-private.h35 const struct device_float_coords *unaccelerated,
39 const struct device_float_coords *unaccelerated,
55 struct device_float_coords delta; /* delta to most recent event */
82 const struct device_float_coords *delta,
120 normalize_for_dpi(const struct device_float_coords *coords, int dpi) in normalize_for_dpi()
Dfilter-mouse.c75 const struct device_float_coords *unaccelerated, in calculate_acceleration_factor()
107 static struct device_float_coords
109 const struct device_float_coords *unaccelerated, in accelerator_filter_generic()
115 struct device_float_coords accelerated; in accelerator_filter_generic()
130 const struct device_float_coords *unaccelerated, in accelerator_filter_pre_normalized()
136 struct device_float_coords converted, accelerated; in accelerator_filter_pre_normalized()
167 const struct device_float_coords *unaccelerated, in accelerator_filter_noop()
Dlibinput-private.h56 struct device_float_coords { struct
562 const struct device_float_coords *raw);
749 static inline struct device_float_coords
752 struct device_float_coords delta; in device_delta()
760 static inline struct device_float_coords
763 struct device_float_coords average; in device_average()
771 static inline struct device_float_coords
772 device_float_delta(const struct device_float_coords a, const struct device_float_coords b) in device_float_delta()
774 struct device_float_coords delta; in device_float_delta()
782 static inline struct device_float_coords
[all …]
Devdev-mt-touchpad.h363 struct device_float_coords center;
556 struct device_float_coords delta) in tp_normalize_delta()
568 struct device_float_coords delta) in tp_phys_delta()
582 static inline struct device_float_coords
584 struct device_float_coords delta) in tp_scale_to_xaxis()
586 struct device_float_coords raw; in tp_scale_to_xaxis()
599 const struct device_float_coords *unaccelerated,
604 const struct device_float_coords *unaccelerated,
Devdev-mt-touchpad-gestures.c92 static struct device_float_coords
97 struct device_float_coords delta = {0.0, 0.0}; in tp_get_touches_delta()
138 static inline struct device_float_coords
144 static inline struct device_float_coords
192 static struct device_float_coords
195 struct device_float_coords raw; in tp_get_raw_pointer_motion()
209 struct device_float_coords raw; in tp_has_pending_pointer_motion()
226 struct device_float_coords raw; in tp_gesture_post_pointer_motion()
233 struct device_float_coords unaccel; in tp_gesture_post_pointer_motion()
305 struct device_float_coords delta; in tp_gesture_get_direction()
[all …]
Dfilter-tablet.c48 const struct device_float_coords *units) in tablet_accelerator_filter_flat_mouse()
72 const struct device_float_coords *units) in tablet_accelerator_filter_flat_pen()
97 const struct device_float_coords *units, in tablet_accelerator_filter_flat()
Dfilter-trackpoint.c75 const struct device_float_coords *unaccelerated, in trackpoint_accelerator_filter()
80 struct device_float_coords multiplied; in trackpoint_accelerator_filter()
100 const struct device_float_coords *unaccelerated, in trackpoint_accelerator_filter_noop()
Dfilter-flat.c46 const struct device_float_coords *unaccelerated, in accelerator_filter_flat()
65 const struct device_float_coords *unaccelerated, in accelerator_filter_noop_flat()
Dfilter.h61 const struct device_float_coords *unaccelerated,
82 const struct device_float_coords *unaccelerated,
Dfilter-touchpad-flat.c49 const struct device_float_coords *unaccelerated, in accelerator_filter_touchpad_flat()
68 const struct device_float_coords *unaccelerated, in accelerator_filter_noop_touchpad_flat()
Dfilter.c42 const struct device_float_coords *unaccelerated, in filter_dispatch()
50 const struct device_float_coords *unaccelerated, in filter_dispatch_constant()
131 const struct device_float_coords *delta, in trackers_feed()
Dfilter-touchpad-x230.c131 const struct device_float_coords *raw, in accelerator_filter_x230()
138 struct device_float_coords delta_normalized; in accelerator_filter_x230()
170 const struct device_float_coords *unaccelerated, in accelerator_filter_constant_x230()
Devdev-mt-touchpad-edge-scroll.c426 struct device_float_coords fraw; in tp_edge_scroll_post_events()
Devdev-mt-touchpad.c62 const struct device_float_coords *unaccelerated, in tp_filter_motion()
65 struct device_float_coords raw; in tp_filter_motion()
80 const struct device_float_coords *unaccelerated, in tp_filter_motion_unaccelerated()
83 struct device_float_coords raw; in tp_filter_motion_unaccelerated()
976 struct device_float_coords delta; in tp_palm_detect_move_out_of_edge()
Devdev-totem.c270 struct device_float_coords delta; in totem_slot_fetch_axes()
Devdev-fallback.c191 struct device_float_coords raw; in fallback_flush_relative_motion()
Dlibinput.c178 struct device_float_coords delta_raw;
2440 const struct device_float_coords *raw) in pointer_notify_motion()
Devdev-tablet.c501 struct device_float_coords accel; in tablet_tool_process_delta()
/third_party/libinput/tools/
Dptraccel-debug.c41 struct device_float_coords motion; in print_ptraccel_deltas()
71 struct device_float_coords motion; in print_ptraccel_movement()
117 struct device_float_coords motion; in print_ptraccel_sequence()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff3139 struct device_float_coords unaccel;
3259 + struct device_float_coords raw;
3288 struct device_float_coords raw;
4644 const struct device_float_coords *raw);
4650 + const struct device_float_coords *raw);
5696 + const struct device_float_coords *raw)