Home
last modified time | relevance | path

Searched refs:device_coords (Results 1 – 15 of 15) sorted by relevance

/third_party/libinput/src/
Devdev-fallback.h66 struct device_coords point;
67 struct device_coords hysteresis_center;
85 struct device_coords point;
94 struct device_coords hysteresis_margin;
98 struct device_coords rel;
99 struct device_coords wheel;
Devdev-mt-touchpad.h173 struct device_coords point;
195 struct device_coords point;
206 struct device_coords center;
216 struct device_coords center;
225 struct device_coords initial;
232 struct device_coords initial;
242 struct device_coords initial;
247 struct device_coords first; /* first coordinates if is_palm == true */
252 struct device_coords initial;
323 struct device_coords margin;
[all …]
Devdev.h196 struct device_coords dimensions;
199 struct device_coords min, max;
406 struct device_coords *point);
410 struct device_coords *point);
694 static inline struct device_coords
695 evdev_hysteresis(const struct device_coords *in, in evdev_hysteresis()
696 const struct device_coords *center, in evdev_hysteresis()
697 const struct device_coords *margin) in evdev_hysteresis()
707 struct device_coords result; in evdev_hysteresis()
854 const struct device_coords *units) in evdev_device_unit_delta_to_mm()
[all …]
Dlibinput-private.h47 struct device_coords { struct
359 struct device_coords point;
551 const struct device_coords *point);
572 const struct device_coords *point);
579 const struct device_coords *point);
706 device_delta(const struct device_coords a, const struct device_coords b) in device_delta()
717 device_average(const struct device_coords a, const struct device_coords b) in device_average()
851 point_in_rect(const struct device_coords *point, in point_in_rect()
Devdev-fallback.c85 const struct device_coords *delta, in normalize_delta()
127 struct device_coords point; in fallback_filter_defuzz_touch()
150 struct device_coords rel = dispatch->rel; in fallback_rotate_relative()
267 struct device_coords point; in fallback_flush_absolute_motion()
286 struct device_coords point; in fallback_flush_mt_down()
324 struct device_coords point; in fallback_flush_mt_motion()
411 struct device_coords point; in fallback_flush_st_down()
445 struct device_coords point; in fallback_flush_st_motion()
Devdev-mt-touchpad-edge-scroll.c283 struct device_coords edges; in tp_edge_scroll_init()
389 struct device_coords raw; in tp_edge_scroll_post_events()
Devdev-mt-touchpad-thumb.c277 struct device_coords distance; in tp_thumb_update_multifinger()
388 struct device_coords edges; in tp_init_thumb()
Devdev-tablet.h62 struct device_coords last_smooth_point;
Devdev-mt-touchpad-gestures.c64 struct device_coords d; in tp_get_touches_delta()
463 struct device_coords delta; in tp_gesture_mm_moved()
478 struct device_coords delta; in tp_gesture_handle_state_unknown()
Devdev-mt-touchpad.c100 struct device_coords delta; in tp_calculate_motion_speed()
169 const struct device_coords* prev_point; in tp_detect_wobbling()
459 struct device_coords
462 struct device_coords delta; in tp_get_delta()
463 const struct device_coords zero = { 0.0, 0.0 }; in tp_get_delta()
793 struct device_coords delta; in tp_unpin_finger()
1492 struct device_coords delta; in tp_detect_jumps()
3244 struct device_coords edges; in tp_init_palmdetect_edge()
Devdev-mt-touchpad-buttons.c498 struct device_coords delta; in tp_button_check_for_movement()
629 struct device_coords edges; in tp_init_softbuttons()
689 struct device_coords edges; in tp_init_top_softbuttons()
Dlibinput.c172 struct device_coords absolute;
186 struct device_coords point;
2379 const struct device_coords *point) in pointer_notify_motion_absolute()
2461 const struct device_coords *point) in touch_notify_touch_down()
2487 const struct device_coords *point) in touch_notify_touch_motion()
Devdev-totem.c42 struct device_coords last_point;
Devdev.c335 struct device_coords *point) in evdev_transform_absolute()
345 struct device_coords *point) in evdev_transform_relative()
Devdev-tablet.c500 struct device_coords delta = { 0, 0 }; in tablet_tool_process_delta()