Searched refs:device_coords (Results 1 – 16 of 16) sorted by relevance
/third_party/libinput/src/ |
D | evdev-fallback.h | 66 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;
|
D | evdev-mt-touchpad.h | 190 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 …]
|
D | evdev.h | 198 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 …]
|
D | libinput-private.h | 48 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()
|
D | evdev-fallback.c | 107 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()
|
D | evdev-mt-touchpad-thumb.c | 277 struct device_coords distance; in tp_thumb_update_multifinger() 388 struct device_coords edges; in tp_init_thumb()
|
D | evdev-mt-touchpad-edge-scroll.c | 310 struct device_coords edges; in tp_edge_scroll_init() 425 struct device_coords raw; in tp_edge_scroll_post_events()
|
D | evdev-tablet.h | 62 struct device_coords last_smooth_point;
|
D | evdev-mt-touchpad-buttons.c | 498 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()
|
D | evdev-mt-touchpad.c | 102 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()
|
D | evdev-mt-touchpad-gestures.c | 108 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()
|
D | libinput.c | 179 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()
|
D | evdev-totem.c | 42 struct device_coords last_point;
|
D | evdev.c | 344 struct device_coords *point) in evdev_transform_absolute() 354 struct device_coords *point) in evdev_transform_relative()
|
D | evdev-tablet.c | 500 struct device_coords delta = { 0, 0 }; in tablet_tool_process_delta()
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2122 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 …]
|