Lines Matching refs:bg
933 int fg, bg;
946 bg = ri->ri_devcmap[(attr >> 16) & 0x0f];
951 voyagerfb_rectfill(sc, x, y, wi, he, bg);
966 bus_space_write_4(sc->sc_memt, sc->sc_regh, SM502_BACKGROUND, bg);
991 int fg, bg;
1008 bg = ri->ri_devcmap[(attr >> 16) & 0x0f];
1013 voyagerfb_rectfill(sc, x, y, wi, he, bg);
1039 rb = (bg >> 16) & 0xff;
1041 gb = (bg >> 8) & 0xff;
1043 bb = bg & 0xff;
1050 pixel = bg;
1081 int bg;
1098 bg = ri->ri_devcmap[(attr >> 16) & 0x0f];
1102 voyagerfb_rectfill(sc, x, y, wi, he, bg);
1209 int32_t x, y, width, height, fg, bg, ul;
1216 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
1218 voyagerfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
1263 int32_t x, y, width, height, fg, bg, ul;
1270 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
1272 voyagerfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);