Lines Matching refs:npoints
381 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
389 npoints = (size - 4) / 9; in magicmouse_raw_event()
390 if (npoints > 15) { in magicmouse_raw_event()
396 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
411 npoints = (size - 12) / 9; in magicmouse_raw_event()
412 if (npoints > 15) { in magicmouse_raw_event()
418 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
427 npoints = (size - 6) / 8; in magicmouse_raw_event()
428 if (npoints > 15) { in magicmouse_raw_event()
434 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
455 npoints = (size - 14) / 8; in magicmouse_raw_event()
456 if (npoints > 15) { in magicmouse_raw_event()
462 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()