Lines Matching defs:nfingers
150 int nfingers;
155 int nfingers;
162 int nfingers;
538 for (int i = 0; i < w->swipe.nfingers; i++) {
556 if (w->pinch.nfingers > 0) {
581 hold_alpha = (w->hold.active && i <= w->hold.nfingers) ? 1 : .5;
1552 int nfingers;
1555 nfingers = libinput_event_gesture_get_finger_count(g);
1559 w->swipe.nfingers = nfingers;
1570 w->swipe.nfingers = 0;
1583 int nfingers;
1586 nfingers = libinput_event_gesture_get_finger_count(g);
1590 w->pinch.nfingers = nfingers;
1603 w->pinch.nfingers = 0;
1618 int nfingers;
1620 nfingers = libinput_event_gesture_get_finger_count(g);
1624 w->hold.nfingers = nfingers;
1628 w->hold.nfingers = nfingers;