Home | History | Annotate | Download | only in dev

Lines Matching defs:bg

336 diofb_allocattr(void *cookie, int fg, int bg, int flg, long *attr)
344 bg = WSCOL_BLACK;
350 fg = bg;
351 bg = swap;
354 *attr = (bg << 16) | (fg << 24) | (flg & WSATTR_UNDERLINE);
396 int fg, bg;
400 rasops_unpack_attr(attr, &fg, &bg, NULL);
411 ri->ri_font->fontheight, RR_CLEAR, 0xff ^ bg) != 0)
420 int fg, bg;
424 rasops_unpack_attr(attr, &fg, &bg, NULL);
425 bg ^= 0xff;
429 RR_CLEAR, bg);
434 srow, ri->ri_emuwidth, snum, RR_CLEAR, bg);