udl.c | 159 static inline void udl_draw_line(struct udl_softc *, uint16_t *, int, 1197 udl_draw_line(sc, pixels, soff, font->fontwidth); 1285 udl_draw_line(sc, (uint16_t *)sc->sc_fbmem + soff, 1352 udl_draw_line(struct udl_softc *sc, uint16_t *buf, int off, int width) function in typeref:typename:void 1857 udl_draw_line(sc, &fb[offs], offs, stride);
|