Home
last modified time | relevance | path

Searched refs:second_mm (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-gestures.c868 double first_mm, second_mm; /* movement since gesture start in mm */ in tp_gesture_detect_motion_gestures() local
914 second_mm = hypot(second_moved.x, second_moved.y); in tp_gesture_detect_motion_gestures()
921 if (first_mm < 1 && second_mm < 1) in tp_gesture_detect_motion_gestures()
928 finger_mm = second_mm; in tp_gesture_detect_motion_gestures()
931 thumb_mm = second_mm; in tp_gesture_detect_motion_gestures()
953 if (first_mm >= max_move || second_mm >= max_move) { in tp_gesture_detect_motion_gestures()
990 if ((first_mm < min_move) || (second_mm < min_move)) in tp_gesture_detect_motion_gestures()
1027 double first_mm, second_mm; in tp_gesture_is_pinch() local
1040 second_mm = hypot(second_moved.x, second_moved.y); in tp_gesture_is_pinch()
1041 if (second_mm < PINCH_DISAMBIGUATION_MOVE_THRESHOLD) in tp_gesture_is_pinch()