sys/dev/usb/udl.c
1000
udl_fill_rect(sc, 0xffff, x, y + height - 1, width, 1);
sys/dev/usb/udl.c
1029
udl_fill_rect(sc, rgb16[0], x, y, width, height);
sys/dev/usb/udl.c
1036
udl_fill_rect(sc, rgb16[1], x, y + height - 1, width, 1);
sys/dev/usb/udl.c
1082
udl_fill_rect(sc, rgb16, x, y, width, height);
sys/dev/usb/udl.c
1139
udl_fill_rect(sc, rgb16, 0, y, width, height);
sys/dev/usb/udl.c
148
static void udl_fill_rect(struct udl_softc *, uint16_t, int, int,
sys/dev/usb/udl.c
1798
udl_fill_rect(sc, 0, 0, 0, sc->sc_width, sc->sc_height);
sys/dev/usb/udl.c
621
udl_fill_rect(sc, 0, 0, 0, sc->sc_width,
sys/dev/usb/udl.c
997
udl_fill_rect(sc, 0xffff, x, y, width, 1);
sys/dev/usb/udl.c
998
udl_fill_rect(sc, 0xffff, x, y + 1, 1, height - 2);
sys/dev/usb/udl.c
999
udl_fill_rect(sc, 0xffff, x + width - 1, y + 1, 1, height - 2);