Home
last modified time | relevance | path

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

/trueos/sys/dev/fb/
HDcreator_vt.c188 uint32_t fgc, bgc; in creatorfb_bitblt_bitmap() local
193 bgc = sc->fb.fb_cmap[bg]; in creatorfb_bitblt_bitmap()
217 (b & 0x80) ? fgc : bgc); in creatorfb_bitblt_bitmap()
/trueos/sys/dev/vt/hw/fb/
HDvt_fb.c252 uint32_t fgc, bgc, cc, o; in vt_fb_bitblt_bitmap() local
259 bgc = info->fb_cmap[bg]; in vt_fb_bitblt_bitmap()
283 cc = pattern[byte] & bit ? fgc : bgc; in vt_fb_bitblt_bitmap()
/trueos/sys/dev/vt/hw/ofwfb/
HDofwfb.c112 uint32_t fgc, bgc; in ofwfb_bitblt_bitmap() local
121 bgc = sc->fb_cmap[bg]; in ofwfb_bitblt_bitmap()
189 = (b & 0x80) ? fgc : bgc; in ofwfb_bitblt_bitmap()
/trueos/contrib/binutils/binutils/
HDresbin.c1409 struct bin_group_cursor bgc; in res_to_bin_group_cursor() local
1432 windres_put_16 (wrbfd, bgc.sig1, 0); in res_to_bin_group_cursor()
1433 windres_put_16 (wrbfd, bgc.sig2, 2); in res_to_bin_group_cursor()
1434 windres_put_16 (wrbfd, bgc.nitems, c); in res_to_bin_group_cursor()
1435 set_windres_bfd_content (wrbfd, &bgc, start, BIN_GROUP_CURSOR_SIZE); in res_to_bin_group_cursor()