Lines Matching refs:first
273 struct tp_touch *first = NULL,
282 /* Get the first and second bottom-most touches, the max speed exceeded
300 if (!first) {
301 first = t;
305 if (t->point.y > first->point.y) {
306 second = first;
307 first = t;
316 if (!first || !second)
319 distance.x = abs(first->point.x - second->point.x);
320 distance.y = abs(first->point.y - second->point.y);
363 first->point.y < tp->thumb.lower_thumb_line) {
375 tp_thumb_pinch(tp, first);
377 tp_thumb_suppress(tp, first);