Searched refs:tp_touch (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.h | 184 struct tp_touch { struct 305 struct tp_touch *touches; /* len == ntouches */ 358 struct tp_touch *touches[2]; 598 tp_get_delta(struct tp_touch *t); 616 tp_touch_active(const struct tp_dispatch *tp, const struct tp_touch *t); 620 const struct tp_touch *t); 662 const struct tp_touch *t); 666 const struct tp_touch *t); 701 const struct tp_touch *t); 704 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch * [all...] |
H A D | evdev-mt-touchpad-thumb.c | 51 struct tp_touch *t, in tp_thumb_set_state() 86 const struct tp_touch *t) in tp_thumb_in_exclusion_area() 95 const struct tp_touch *t) in tp_thumb_detect_pressure_size() 115 tp_thumb_needs_jail(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_needs_jail() 133 tp_thumb_ignored(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_ignored() 146 const struct tp_touch *t) in tp_thumb_ignored_for_tap() 157 const struct tp_touch *t) in tp_thumb_ignored_for_gesture() 168 tp_thumb_suppress(struct tp_dispatch *tp, struct tp_touch *t) in tp_thumb_suppress() 182 tp_thumb_pinch(struct tp_dispatch *tp, struct tp_touch *t) in tp_thumb_pinch() 193 tp_thumb_revive(struct tp_dispatch *tp, struct tp_touch * [all...] |
H A D | evdev-mt-touchpad-edge-scroll.c | 73 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_touch_get_edge() 91 struct tp_touch *t, in tp_edge_scroll_set_timer() 109 struct tp_touch *t, in tp_edge_scroll_set_state() 136 struct tp_touch *t, in tp_edge_scroll_handle_none() 168 struct tp_touch *t, in tp_edge_scroll_handle_edge_new() 205 struct tp_touch *t, in tp_edge_scroll_handle_edge() 241 struct tp_touch *t, in tp_edge_scroll_handle_area() 266 struct tp_touch *t, in tp_edge_scroll_handle_event() 299 struct tp_touch *t = data; in tp_edge_scroll_handle_timeout() 307 struct tp_touch * in tp_edge_scroll_init() [all...] |
H A D | evdev-mt-touchpad-buttons.c | 82 const struct tp_touch *t) in is_inside_bottom_button_area() 89 const struct tp_touch *t) in is_inside_bottom_right_area() 97 const struct tp_touch *t) in is_inside_bottom_middle_area() 106 const struct tp_touch *t) in is_inside_top_button_area() 113 const struct tp_touch *t) in is_inside_top_right_area() 121 const struct tp_touch *t) in is_inside_top_middle_area() 130 struct tp_touch *t, in tp_button_set_enter_timer() 139 struct tp_touch *t, in tp_button_set_leave_timer() 152 struct tp_touch *t, in tp_button_set_state() 188 struct tp_touch * in tp_button_none_handle_event() [all...] |
H A D | evdev-mt-touchpad-tap.c | 112 log_tap_bug(struct tp_dispatch *tp, struct tp_touch *t, enum tap_event event) in log_tap_bug() 182 tp_tap_move_to_dead(struct tp_dispatch *tp, struct tp_touch *t) in tp_tap_move_to_dead() 191 struct tp_touch *t, in tp_tap_idle_handle_event() 223 struct tp_touch *t, in tp_tap_touch_handle_event() 279 struct tp_touch *t, in tp_tap_hold_handle_event() 316 struct tp_touch *t, in tp_tap_tapped_handle_event() 364 struct tp_touch *t, in tp_tap_touch2_handle_event() 401 struct tp_touch *t, in tp_tap_touch2_hold_handle_event() 435 struct tp_touch *t, in tp_tap_touch2_release_handle_event() 503 struct tp_touch * in tp_tap_touch3_handle_event() [all...] |
H A D | evdev-mt-touchpad.c | 52 tp_motion_history_offset(struct tp_touch *t, int offset) in tp_motion_history_offset() 117 struct tp_touch *t, in tp_calculate_motion_speed() 160 tp_motion_history_push(struct tp_touch *t, uint64_t time) in tp_motion_history_push() 185 struct tp_touch *t, in tp_detect_wobbling() 233 struct tp_touch *t) in tp_motion_hysteresis() 247 tp_motion_history_reset(struct tp_touch *t) in tp_motion_history_reset() 252 static inline struct tp_touch * 258 static inline struct tp_touch * 333 tp_new_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_new_touch() 369 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch * [all...] |
H A D | evdev-mt-touchpad-gestures.c | 95 struct tp_touch *t; in tp_get_touches_delta() 245 struct tp_touch **touches, in tp_gesture_get_active_touches() 249 struct tp_touch *t; in tp_gesture_get_active_touches() 251 memset(touches, 0, count * sizeof(struct tp_touch *)); in tp_gesture_get_active_touches() 291 tp_gesture_mm_moved(struct tp_dispatch *tp, struct tp_touch *t) in tp_gesture_mm_moved() 302 tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch) in tp_gesture_get_direction() 321 struct tp_touch *first = tp->gesture.touches[0], in tp_gesture_get_pinch_info() 347 struct tp_touch *first = tp->gesture.touches[0], in tp_gesture_set_scroll_buildup() 694 struct tp_touch *first; in tp_gesture_handle_event_on_state_pointer_motion() 866 struct tp_touch *firs in tp_gesture_detect_motion_gestures() [all...] |
Completed in 10 milliseconds