Home
last modified time | relevance | path

Searched refs:bgc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dbgcode6 !:ext bgcode,bgc
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c140 uint32_t fgc, bgc; in ofwfb_bitblt_bitmap()
162 bgc = sc->fb_cmap[bg]; in ofwfb_bitblt_bitmap()
235 = (b & 0x80) ? fgc : bgc; in ofwfb_bitblt_bitmap()
138 uint32_t fgc, bgc; ofwfb_bitblt_bitmap() local
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c285 uint32_t fgc, bgc, cc, o; in vt_fb_bitblt_bitmap() local
292 bgc = info->fb_cmap[bg]; in vt_fb_bitblt_bitmap()
320 cc = pattern[byte] & bit ? fgc : bgc; in vt_fb_bitblt_bitmap()
/freebsd/stand/common/
H A Dgfx_fb.c1131 uint32_t fgc, bgc, bpl, cc, o; in gfx_bitblt_bitmap() local
1141 bgc = a->ta_bgcolor; in gfx_bitblt_bitmap()
1145 bgc |= TC_LIGHT; in gfx_bitblt_bitmap()
1148 bgc = gfx_fb_color_map(bgc); in gfx_bitblt_bitmap()
1158 fgc = bgc; in gfx_bitblt_bitmap()
1159 bgc = tmp; in gfx_bitblt_bitmap()
1164 bgc |= alpha; in gfx_bitblt_bitmap()
1171 cc = glyph[byte] & bit ? fgc : bgc; in gfx_bitblt_bitmap()