Lines Matching defs:bg
198 uint32_t bg, fg, ul;
284 rasops_unpack_attr(defattr, &fg, &bg, &ul);
285 sc->sc_bg = ri->ri_devcmap[bg];
471 int32_t x, y, width, height, fg, bg, ul;
478 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
480 chipsfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
508 int32_t x, y, width, height, fg, bg, ul;
511 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
515 ri->ri_height, ri->ri_devcmap[bg]);
522 ri->ri_devcmap[bg]);
602 uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size;
621 bg = ri->ri_devcmap[(attr >> 16) & 0xf];
626 chipsfb_rectfill(sc, x, y, wi, he, bg);
724 int fg, bg, uc;
732 bg = (u_char)ri->ri_devcmap[(attr >> 16) & 0xf];
737 chipsfb_rectfill(sc, x, y, wi, he, bg);
742 chipsfb_setup_mono(sc, x, y, wi, he, fg, bg);
750 int height, uint32_t fg, uint32_t bg)
767 chipsfb_write32(sc, CT_BLT_BG, bg);
818 chipsfb_allocattr(void *cookie, int fg, int bg, int flags, long *attrp)