Lines Matching defs:tp_motion_history_offset
52 tp_motion_history_offset(struct tp_touch *t, int offset)
147 last = tp_motion_history_offset(t, 1);
204 prev_point = &tp_motion_history_offset(t, 0)->point;
487 delta.x = tp_motion_history_offset(t, 0)->point.x -
488 tp_motion_history_offset(t, 1)->point.x;
489 delta.y = tp_motion_history_offset(t, 0)->point.y -
490 tp_motion_history_offset(t, 1)->point.y;
1517 last = tp_motion_history_offset(t, 0);
1595 p = tp_motion_history_offset(t, i);
1700 t->point = tp_motion_history_offset(t, 0)->point;