Home
last modified time | relevance | path

Searched refs:device_coords (Results 1 – 16 of 16) 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;
101 struct device_coords lo_res;
102 struct device_coords hi_res;
Devdev-mt-touchpad.h190 struct device_coords point;
211 struct device_coords point;
222 struct device_coords center;
232 struct device_coords center;
241 struct device_coords initial;
248 struct device_coords initial;
258 struct device_coords initial;
263 struct device_coords first; /* first coordinates if is_palm == true */
268 struct device_coords initial;
339 struct device_coords margin;
[all …]
Devdev.h198 struct device_coords dimensions;
201 struct device_coords min, max;
408 struct device_coords *point);
412 struct device_coords *point);
712 static inline struct device_coords
713 evdev_hysteresis(const struct device_coords *in, in evdev_hysteresis()
714 const struct device_coords *center, in evdev_hysteresis()
715 const struct device_coords *margin) in evdev_hysteresis()
725 struct device_coords result; in evdev_hysteresis()
878 const struct device_coords *units) in evdev_device_unit_delta_to_mm()
[all …]
Dlibinput-private.h48 struct device_coords { struct
373 struct device_coords point;
567 const struct device_coords *point);
605 const struct device_coords *point);
612 const struct device_coords *point);
750 device_delta(const struct device_coords a, const struct device_coords b) in device_delta()
761 device_average(const struct device_coords a, const struct device_coords b) in device_average()
895 point_in_rect(const struct device_coords *point, in point_in_rect()
Devdev-fallback.c107 const struct device_coords *delta, in normalize_delta()
149 struct device_coords point; in fallback_filter_defuzz_touch()
172 struct device_coords rel = dispatch->rel; in fallback_rotate_relative()
336 struct device_coords point; in fallback_flush_absolute_motion()
355 struct device_coords point; in fallback_flush_mt_down()
393 struct device_coords point; in fallback_flush_mt_motion()
480 struct device_coords point; in fallback_flush_st_down()
514 struct device_coords point; in fallback_flush_st_motion()
Devdev-mt-touchpad-thumb.c277 struct device_coords distance; in tp_thumb_update_multifinger()
388 struct device_coords edges; in tp_init_thumb()
Devdev-mt-touchpad-edge-scroll.c310 struct device_coords edges; in tp_edge_scroll_init()
425 struct device_coords raw; in tp_edge_scroll_post_events()
Devdev-tablet.h62 struct device_coords last_smooth_point;
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()
Devdev-mt-touchpad.c102 struct device_coords delta; in tp_calculate_motion_speed()
171 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()
786 struct device_coords delta; in tp_unpin_finger()
1491 struct device_coords delta; in tp_detect_jumps()
3254 struct device_coords edges; in tp_init_palmdetect_edge()
Devdev-mt-touchpad-gestures.c108 struct device_coords d; in tp_get_touches_delta()
293 struct device_coords delta; in tp_gesture_mm_moved()
866 struct device_coords delta; in tp_gesture_detect_motion_gestures()
Dlibinput.c179 struct device_coords absolute;
194 struct device_coords point;
2463 const struct device_coords *point) in pointer_notify_motion_absolute()
2645 const struct device_coords *point) in touch_notify_touch_down()
2671 const struct device_coords *point) in touch_notify_touch_motion()
Devdev-totem.c42 struct device_coords last_point;
Devdev.c344 struct device_coords *point) in evdev_transform_absolute()
354 struct device_coords *point) in evdev_transform_relative()
Devdev-tablet.c500 struct device_coords delta = { 0, 0 }; in tablet_tool_process_delta()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff2122 struct device_coords point;
2149 struct device_coords point;
2203 struct device_coords point;
2226 struct device_coords point;
2358 struct device_coords point;
2359 struct device_coords hysteresis_center;
2370 struct device_coords point;
3115 + struct device_coords d;
3152 …ulate_cosine_similarity(struct tp_dispatch *tp, struct device_coords *delta1, struct device_coords
3172 …alculate_finger_speed(struct tp_dispatch *tp, struct device_coords *curr_coord, struct device_coor…
[all …]