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

  /src/sys/dev/sbus/
zx.c 96 static void zx_fillrect(struct zx_softc *, int, int, int, int, uint32_t, int);
311 zx_fillrect(sc, 0, 0, width, height,
836 zx_fillrect(struct zx_softc *sc, int x, int y, int w, int h, uint32_t bg, function in typeref:typename:void
896 zx_fillrect(sc, x, y, wi, he, 0xff000000,
909 zx_fillrect(sc, x, y, wi, he, 0xff000000,
929 zx_fillrect(sc, x, y, width, height, bg, ZX_STD_ROP);
951 zx_fillrect(sc, x, y, width, height, bg, ZX_STD_ROP);
1006 zx_fillrect(sc, x, y, font->fontwidth,
zx.c 96 static void zx_fillrect(struct zx_softc *, int, int, int, int, uint32_t, int);
311 zx_fillrect(sc, 0, 0, width, height,
836 zx_fillrect(struct zx_softc *sc, int x, int y, int w, int h, uint32_t bg, function in typeref:typename:void
896 zx_fillrect(sc, x, y, wi, he, 0xff000000,
909 zx_fillrect(sc, x, y, wi, he, 0xff000000,
929 zx_fillrect(sc, x, y, width, height, bg, ZX_STD_ROP);
951 zx_fillrect(sc, x, y, width, height, bg, ZX_STD_ROP);
1006 zx_fillrect(sc, x, y, font->fontwidth,

Completed in 28 milliseconds