• Home
  • Raw
  • Download

Lines Matching defs:tp

49 tp_get_touches_delta(struct tp_dispatch *tp, bool average)  in tp_get_touches_delta()
83 tp_gesture_init_scroll(struct tp_dispatch *tp) in tp_gesture_init_scroll()
95 tp_get_combined_touches_delta(struct tp_dispatch *tp) in tp_get_combined_touches_delta()
101 tp_get_average_touches_delta(struct tp_dispatch *tp) in tp_get_average_touches_delta()
107 tp_gesture_start(struct tp_dispatch *tp, uint64_t time) in tp_gesture_start()
142 tp_gesture_post_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_pointer_motion()
167 tp_gesture_get_active_touches(const struct tp_dispatch *tp, in tp_gesture_get_active_touches()
198 tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch) in tp_gesture_get_direction()
210 tp_gesture_get_pinch_info(struct tp_dispatch *tp, in tp_gesture_get_pinch_info()
229 tp_gesture_set_scroll_buildup(struct tp_dispatch *tp) in tp_gesture_set_scroll_buildup()
244 tp_gesture_apply_scroll_constraints(struct tp_dispatch *tp, in tp_gesture_apply_scroll_constraints()
372 tp_gesture_handle_state_none(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_none()
451 tp_gesture_init_pinch(struct tp_dispatch *tp) in tp_gesture_init_pinch()
461 tp_gesture_mm_moved(struct tp_dispatch *tp, struct tp_touch *t) in tp_gesture_mm_moved()
472 tp_gesture_handle_state_unknown(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_unknown()
603 tp_gesture_handle_state_scroll(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_scroll()
630 tp_gesture_handle_state_swipe(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_swipe()
651 tp_gesture_handle_state_pinch(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_pinch()
690 tp_gesture_post_gesture(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_gesture()
722 tp_gesture_post_events(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_events()
757 tp_gesture_stop_twofinger_scroll(struct tp_dispatch *tp, uint64_t time) in tp_gesture_stop_twofinger_scroll()
768 tp_gesture_end(struct tp_dispatch *tp, uint64_t time, bool cancelled) in tp_gesture_end()
805 tp_gesture_cancel(struct tp_dispatch *tp, uint64_t time) in tp_gesture_cancel()
811 tp_gesture_stop(struct tp_dispatch *tp, uint64_t time) in tp_gesture_stop()
819 struct tp_dispatch *tp = data; in tp_gesture_finger_count_switch_timeout() local
830 tp_gesture_handle_state(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state()
866 tp_init_gesture(struct tp_dispatch *tp) in tp_init_gesture()
888 tp_remove_gesture(struct tp_dispatch *tp) in tp_remove_gesture()