Home | History | Annotate | Download | only in rasops

Lines Matching defs:bg

120 	 * For the cursor the fg/bg indices are bit inverted, so
615 uint32_t fg = fg0, bg = bg0;
618 bg >= sizeof(rasops_isgray)))
623 bg &= 7;
636 bg = WS_DEFAULT_BG;
638 bg = WSCOL_BLACK;
647 fg = bg;
648 bg = swap;
656 if (rasops_isgray[bg])
659 *attr = (bg << 16) | (fg << 24) | flg;
669 uint32_t fg = fg0, bg = bg0;
675 bg = 0;
679 fg = bg;
680 bg = swap;
683 *attr = (bg << 16) | (fg << 24) | flg;
975 rasops_unpack_attr(long attr, int *fg, int *bg, int *underline)
979 *bg = ((uint32_t)attr >> 16) & 0xf;
992 uint32_t bg, *rp, *hp;
1029 bg = ATTR_BG(ri, attr);
1032 rasops_memset32(rp, bg, bytes);
1149 uint32_t bg, *rp, *hp;
1176 bg = ATTR_BG(ri, attr);
1179 rasops_memset32(rp, bg, num);