Lines Matching refs:npoints
378 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
386 npoints = (size - 4) / 9; in magicmouse_raw_event()
387 if (npoints > 15) { in magicmouse_raw_event()
393 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
408 npoints = (size - 12) / 9; in magicmouse_raw_event()
409 if (npoints > 15) { in magicmouse_raw_event()
415 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
424 npoints = (size - 6) / 8; in magicmouse_raw_event()
425 if (npoints > 15) { in magicmouse_raw_event()
431 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
452 npoints = (size - 14) / 8; in magicmouse_raw_event()
453 if (npoints > 15) { in magicmouse_raw_event()
459 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()