Home
last modified time | relevance | path

Searched refs:first_moved (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c695 struct phys_coords first_moved; in tp_gesture_handle_event_on_state_pointer_motion() local
708 first_moved = tp_gesture_mm_moved(tp, first); in tp_gesture_handle_event_on_state_pointer_motion()
709 first_mm = hypot(first_moved.x, first_moved.y); in tp_gesture_handle_event_on_state_pointer_motion()
871 struct phys_coords first_moved, second_moved, distance_mm; in tp_gesture_detect_motion_gestures() local
878 first_moved = tp_gesture_mm_moved(tp, first); in tp_gesture_detect_motion_gestures()
879 first_mm = hypot(first_moved.x, first_moved.y); in tp_gesture_detect_motion_gestures()
1030 struct phys_coords first_moved, second_moved; in tp_gesture_is_pinch() local
1038 first_moved in tp_gesture_is_pinch()
[all...]

Completed in 2 milliseconds