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