Lines Matching defs:nfake_touches
615 unsigned int nfake_touches;
617 nfake_touches = tp_fake_finger_count(tp);
618 if (nfake_touches < 3)
621 if (tp->nfingers_down >= nfake_touches ||
622 (tp->nfingers_down == tp->num_slots && nfake_touches == tp->num_slots))
650 unsigned int nfake_touches;
653 nfake_touches = tp_fake_finger_count(tp);
654 if (nfake_touches == FAKE_FINGER_OVERFLOW)
684 nfake_touches > 1 && tp->has_mt &&
686 nfake_touches > tp->nactive_slots &&
704 if (i < nfake_touches)
1210 unsigned int nfake_touches;
1213 nfake_touches = tp_fake_finger_count(tp);
1214 if (nfake_touches == FAKE_FINGER_OVERFLOW)
1215 nfake_touches = 0;
1238 } else if (nfake_touches <= tp->num_slots ||
1254 if (nfake_touches <= tp->num_slots ||
1269 if (tp->nfingers_down >= nfake_touches)
1275 if (tp->nfingers_down > nfake_touches ||
1288 tp->nfingers_down == nfake_touches)
1339 unsigned int nfake_touches;
1345 nfake_touches = tp_fake_finger_count(tp);
1346 if (nfake_touches == FAKE_FINGER_OVERFLOW)
1349 if (tp->nfingers_down == nfake_touches &&
1356 * until nfingers_down matches nfake_touches
1359 tp->nfingers_down < nfake_touches) {
1364 if (tp->nfingers_down >= nfake_touches)
1374 if (tp->nfingers_down > nfake_touches ||
1386 tp->nfingers_down == nfake_touches)