Lines Matching refs:tp_touch
52 tp_motion_history_offset(struct tp_touch *t, int offset)
117 struct tp_touch *t,
160 tp_motion_history_push(struct tp_touch *t, uint64_t time)
185 struct tp_touch *t,
233 struct tp_touch *t)
247 tp_motion_history_reset(struct tp_touch *t)
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)
369 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
394 struct tp_touch *t,
429 struct tp_touch *t)
441 tp_end_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
464 tp_end_sequence(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
479 tp_get_delta(struct tp_touch *t)
523 struct tp_touch *t = tp_current_touch(tp);
583 struct tp_touch *t = tp_current_touch(tp);
635 struct tp_touch *t = tp_get_touch(tp, i);
649 struct tp_touch *t;
801 tp_unpin_finger(const struct tp_dispatch *tp, struct tp_touch *t)
824 struct tp_touch *t;
833 tp_touch_active(const struct tp_dispatch *tp, const struct tp_touch *t)
844 tp_touch_active_for_gesture(const struct tp_dispatch *tp, const struct tp_touch *t)
855 tp_palm_was_in_side_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
862 tp_palm_was_in_top_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
868 tp_palm_in_side_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
875 tp_palm_in_top_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
881 tp_palm_in_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
888 struct tp_touch *t,
922 struct tp_touch *t,
952 struct tp_touch *t,
974 struct tp_touch *t,
1000 tp_palm_detect_multifinger(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
1002 struct tp_touch *other;
1030 struct tp_touch *t,
1056 struct tp_touch *t,
1100 struct tp_touch *t,
1118 struct tp_touch *t,
1130 tp_palm_detect(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
1208 struct tp_touch *t;
1297 struct tp_touch *t;
1338 struct tp_touch *t;
1407 struct tp_touch *t;
1408 struct tp_touch *topmost = NULL;
1484 struct tp_touch *t,
1577 struct tp_touch *t,
1653 struct tp_touch *t;
1685 struct tp_touch *t;
1708 struct tp_touch *t;
1821 struct tp_touch *t;
1921 struct tp_touch *t;
2040 struct tp_touch *t;
2109 struct tp_touch *t,
2857 struct tp_touch *t,
2943 tp->touches = zalloc(tp->ntouches * sizeof(struct tp_touch));