Searched refs:thumb_mm (Results 1 – 1 of 1) sorted by relevance
869 double thumb_mm, finger_mm; in tp_gesture_detect_motion_gestures() local927 thumb_mm = first_mm; in tp_gesture_detect_motion_gestures()931 thumb_mm = second_mm; in tp_gesture_detect_motion_gestures()959 if (tp->thumb.detect_thumbs && thumb_mm < min_move) { in tp_gesture_detect_motion_gestures()1280 double thumb_mm; in tp_gesture_thumb_moved() local1287 thumb_mm = hypot(thumb_moved.x, thumb_moved.y); in tp_gesture_thumb_moved()1288 return thumb_mm >= PINCH_DISAMBIGUATION_MOVE_THRESHOLD; in tp_gesture_thumb_moved()