Lines Matching refs:npoints
391 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
399 npoints = (size - 4) / 9; in magicmouse_raw_event()
400 if (npoints > 15) { in magicmouse_raw_event()
406 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
421 npoints = (size - 12) / 9; in magicmouse_raw_event()
422 if (npoints > 15) { in magicmouse_raw_event()
428 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
437 npoints = (size - 6) / 8; in magicmouse_raw_event()
438 if (npoints > 15) { in magicmouse_raw_event()
444 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
465 npoints = (size - 14) / 8; in magicmouse_raw_event()
466 if (npoints > 15) { in magicmouse_raw_event()
472 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()