sys/dev/usb/udl.c
1057
udl_copy_rect(sc, sx, y, 0, sc->sc_offscreen, width, height);
sys/dev/usb/udl.c
1060
udl_copy_rect(sc, 0, sc->sc_offscreen, dx, y, width, height);
sys/dev/usb/udl.c
1104
udl_copy_rect(sc, 0, sy, 0, dy, width, height);
sys/dev/usb/udl.c
1116
udl_copy_rect(sc, 0, sy, 0, dy, width, height);
sys/dev/usb/udl.c
1157
udl_copy_rect(sc, 0, sc->sc_offscreen, x, y, width, height);
sys/dev/usb/udl.c
146
static void udl_copy_rect(struct udl_softc *, int, int, int, int,
sys/dev/usb/udl.c
994
udl_copy_rect(sc, x, y, 0, sc->sc_offscreen, width, height);