HomeSort by: relevance | last modified time | path
    Searched defs:vncfb_fillrect (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/usermode/dev/
vncfb.c 121 static void vncfb_fillrect(struct vncfb_softc *, int, int, int, int, uint32_t);
386 vncfb_fillrect(sc, x, y, w, h, c);
435 vncfb_fillrect(sc, x, y, w, h, c);
543 vncfb_fillrect(struct vncfb_softc *sc, int x, int y, int w, int h, uint32_t c) function in typeref:typename:void
vncfb.c 121 static void vncfb_fillrect(struct vncfb_softc *, int, int, int, int, uint32_t);
386 vncfb_fillrect(sc, x, y, w, h, c);
435 vncfb_fillrect(sc, x, y, w, h, c);
543 vncfb_fillrect(struct vncfb_softc *sc, int x, int y, int w, int h, uint32_t c) function in typeref:typename:void
vncfb.c 121 static void vncfb_fillrect(struct vncfb_softc *, int, int, int, int, uint32_t);
386 vncfb_fillrect(sc, x, y, w, h, c);
435 vncfb_fillrect(sc, x, y, w, h, c);
543 vncfb_fillrect(struct vncfb_softc *sc, int x, int y, int w, int h, uint32_t c) function in typeref:typename:void

Completed in 31 milliseconds