Lines Matching refs:finger_count
200 int finger_count; member
1011 return event->finger_count; in libinput_event_gesture_get_finger_count()
2997 int finger_count, in gesture_notify() argument
3013 .finger_count = finger_count, in gesture_notify()
3029 int finger_count, in gesture_notify_swipe() argument
3033 gesture_notify(device, time, type, finger_count, 0, delta, unaccel, in gesture_notify_swipe()
3040 int finger_count, in gesture_notify_swipe_end() argument
3046 finger_count, cancelled, &zero, &zero, 0.0, 0.0); in gesture_notify_swipe_end()
3053 int finger_count, in gesture_notify_pinch() argument
3059 gesture_notify(device, time, type, finger_count, 0, in gesture_notify_pinch()
3066 int finger_count, in gesture_notify_pinch_end() argument
3073 finger_count, cancelled, &zero, &zero, scale, 0.0); in gesture_notify_pinch_end()
3079 int finger_count) in gesture_notify_hold() argument
3084 finger_count, 0, &zero, &zero, 0.0, 0.0); in gesture_notify_hold()
3090 int finger_count, in gesture_notify_hold_end() argument
3096 finger_count, cancelled, &zero, &zero, 0, 0.0); in gesture_notify_hold_end()