Searched refs:fgc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sys/dev/vt/hw/ofwfb/ |
| HD | ofwfb.c | 141 uint32_t fgc, bgc; in ofwfb_bitblt_bitmap() local 162 fgc = sc->fb_cmap[fg]; in ofwfb_bitblt_bitmap() 236 = (b & 0x80) ? fgc : bgc; in ofwfb_bitblt_bitmap()
|
| /freebsd-14-stable/sys/dev/vt/hw/fb/ |
| HD | vt_fb.c | 276 uint32_t fgc, bgc, cc, o; in vt_fb_bitblt_bitmap() local 282 fgc = info->fb_cmap[fg]; in vt_fb_bitblt_bitmap() 311 cc = pattern[byte] & bit ? fgc : bgc; in vt_fb_bitblt_bitmap()
|
| /freebsd-14-stable/stand/common/ |
| HD | gfx_fb.c | 886 uint32_t fgc, bgc, bpl, cc, o; in gfx_bitblt_bitmap() local 895 fgc = a->ta_fgcolor; in gfx_bitblt_bitmap() 898 fgc |= TC_LIGHT; in gfx_bitblt_bitmap() 902 fgc = gfx_fb_color_map(fgc); in gfx_bitblt_bitmap() 912 tmp = fgc; in gfx_bitblt_bitmap() 913 fgc = bgc; in gfx_bitblt_bitmap() 918 fgc |= alpha; in gfx_bitblt_bitmap() 926 cc = glyph[byte] & bit ? fgc : bgc; in gfx_bitblt_bitmap()
|
| /freebsd-14-stable/contrib/lua/src/ |
| HD | 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()
|