Lines Matching defs:bg
836 zx_fillrect(struct zx_softc *sc, int x, int y, int w, int h, uint32_t bg,
846 bus_space_write_4(sc->sc_bt, sc->sc_bhzdss0, zd_fg, bg);
922 int32_t x, y, width, height, bg;
928 bg = ((uint32_t)ri->ri_devcmap[(attr >> 16) & 0xff]) << 24;
929 zx_fillrect(sc, x, y, width, height, bg, ZX_STD_ROP);
938 int32_t x, y, width, height, bg;
950 bg = ((uint32_t)ri->ri_devcmap[(attr >> 16) & 0xff]) << 24;
951 zx_fillrect(sc, x, y, width, height, bg, ZX_STD_ROP);
996 uint32_t fg, bg;
998 rasops_unpack_attr(attr, &fg, &bg, &ul);
999 bg = ((uint32_t)ri->ri_devcmap[bg]) << 24;
1007 font->fontheight, bg, ZX_STD_ROP);
1024 bus_space_write_4(sc->sc_bt, sc->sc_bhzdss0, zd_bg, bg);