Home | History | Annotate | Download | only in rasops

Lines Matching defs:bg

92 	uint32_t bg, fg, lbg, rbg, clr[2], lmask, rmask, tmp;
123 bg = ATTR_BG(ri, attr);
126 /* If fg and bg match this becomes a space character */
127 if (uc == ' ' || __predict_false(fg == bg)) {
141 bg &= rmask;
143 tmp = (*rp & lmask) | bg;
152 clr[0] = bg & COLOR_MASK;
209 lbg = bg & ~lmask;
210 rbg = bg & ~rmask;
221 *bp++ = bg;
235 clr[0] = bg & COLOR_MASK;