Lines Matching defs:second
322 *second = tp->gesture.touches[1];
324 delta = device_delta(first->point, second->point);
329 *center = device_average(first->point, second->point);
348 *second = tp->gesture.touches[1];
351 d1 = device_delta(second->point, second->gesture.initial);
867 *second = tp->gesture.touches[1],
917 second_moved = tp_gesture_mm_moved(tp, second);
920 delta.x = abs(first->point.x - second->point.x);
921 delta.y = abs(first->point.y - second->point.y);
929 if (first->point.y > second->point.y) {
934 thumb = second;
1002 dir2 = tp_gesture_get_direction(tp, second);
1028 *second = tp->gesture.touches[1];
1034 dir2 = tp_gesture_get_direction(tp, second);
1043 second_moved = tp_gesture_mm_moved(tp, second);
1054 struct tp_touch *first, *second;
1062 second = touches[1];
1102 second = touches[0];
1107 else if (touches[i]->point.y >= second->point.y)
1108 second = touches[i];
1111 if (first == second)
1118 second->gesture.initial = second->point;
1120 tp->gesture.touches[1] = second;