Searched refs:fgc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 275 uint32_t fgc, bgc, cc, o; in vt_fb_bitblt_bitmap() 281 fgc = info->fb_cmap[fg]; in vt_fb_bitblt_bitmap() 310 cc = pattern[byte] & bit ? fgc : bgc; in vt_fb_bitblt_bitmap() 274 uint32_t fgc, bgc, cc, o; vt_fb_bitblt_bitmap() local
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 140 uint32_t fgc, bgc; in ofwfb_bitblt_bitmap() 161 fgc = sc->fb_cmap[fg]; in ofwfb_bitblt_bitmap() 235 = (b & 0x80) ? fgc : bgc; in ofwfb_bitblt_bitmap() 138 uint32_t fgc, bgc; ofwfb_bitblt_bitmap() local
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 888 uint32_t fgc, bgc, bpl, cc, o; in gfx_bitblt_bitmap() local 897 fgc = a->ta_fgcolor; in gfx_bitblt_bitmap() 900 fgc |= TC_LIGHT; in gfx_bitblt_bitmap() 904 fgc = gfx_fb_color_map(fgc); in gfx_bitblt_bitmap() 914 tmp = fgc; in gfx_bitblt_bitmap() 915 fgc = bgc; in gfx_bitblt_bitmap() 920 fgc |= alpha; in gfx_bitblt_bitmap() 928 cc = glyph[byte] & bit ? fgc : bgc; in gfx_bitblt_bitmap()
|
/freebsd/contrib/lua/src/ |
H A D | ltests.c | 390 GCObject *fgc = obj2gco(f); in checkproto() local 391 checkobjrefN(g, fgc, f->source); in checkproto() 394 checkobjref(g, fgc, gcvalue(f->k + i)); in checkproto() 397 checkobjrefN(g, fgc, f->upvalues[i].name); in checkproto() 399 checkobjrefN(g, fgc, f->p[i]); in checkproto() 401 checkobjrefN(g, fgc, f->locvars[i].varname); in checkproto()
|