Home | History | Annotate | Download | only in dev

Lines Matching defs:rawx

448 	int rawx, rawy;
458 j6x0tp_get_raw_xy(&rawx, &rawy);
460 device_xname(sc->sc_dev), rawx, rawy));
472 icon = j6x0tp_get_hard_icon(rawx, rawy);
482 j6x0tp_wsmouse_input(sc, rawx, rawy);
556 int rawx, rawy;
570 j6x0tp_get_raw_xy(&rawx, &rawy);
571 j6x0tp_wsmouse_input(sc, rawx, rawy); /* mouse dragged */
586 j6x0tp_wsmouse_input(struct j6x0tp_softc *sc, int rawx, int rawy)
590 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
593 device_xname(sc->sc_dev), rawx, rawy, x, y));
638 * Check if the (rawx, rawy) is inside one of the 4 hard icons.
642 j6x0tp_get_hard_icon(int rawx, int rawy)
644 if (rawx <= J6X0TP_FB_RIGHT)