Searched refs:bgc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c270 uint32_t fgc, bgc, cc, o; local
277 bgc = info->fb_cmap[bg];
305 cc = pattern[byte] & bit ? fgc : bgc;
/freebsd-13-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c140 uint32_t fgc, bgc; local
162 bgc = sc->fb_cmap[bg];
235 = (b & 0x80) ? fgc : bgc;
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c843 uint32_t fgc, bgc, bpl, cc, o; local
853 bgc = a->ta_bgcolor;
857 bgc |= TC_LIGHT;
860 bgc = gfx_fb_color_map(bgc);
870 fgc = bgc;
871 bgc = tmp;
876 bgc |= alpha;
883 cc = glyph[byte] & bit ? fgc : bgc;

Completed in 146 milliseconds