Searched refs:fg_add_stroke (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 779 static void fg_add_stroke(struct atp_softc *, const fg_pspan *, const fg_pspan *); 1598 fg_add_stroke(sc, &pspans_x[0], &pspans_y[0]); in fg_update_strokes() 1667 fg_add_stroke(struct atp_softc *sc, const fg_pspan *pspan_x, in fg_add_stroke() function 1736 fg_add_stroke(sc, &spans[X][i], &spans[Y][j]); in fg_add_new_strokes() 1755 fg_add_stroke(sc, &spans[X][i], &spans[Y][j]); in fg_add_new_strokes()
|