Lines Matching defs:last
120 const struct tp_history_point *last;
147 last = tp_motion_history_offset(t, 1);
148 delta.x = abs(t->point.x - last->point.x);
149 delta.y = abs(t->point.y - last->point.y);
153 speed = distance/(time - last->time); /* mm/us */
902 /* If a touch has started before the first or after the last
1489 struct tp_history_point *last;
1517 last = tp_motion_history_offset(t, 0);
1518 tdelta = time - last->time;
1525 /* If the last frame is more than 30ms ago, we have irregular
1534 delta.x = abs(t->point.x - last->point.x);
1535 delta.y = abs(t->point.y - last->point.y);
1549 t->point = last->point;
2047 * Then cancel all timeouts on the taps, triggering the last set