Lines Matching defs:bg
136 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
162 bgc = sc->fb_cmap[bg];
167 bg = ofw_colors[bg];
185 ch1.l = ch2.l = (bg << 24) | (bg << 16) |
186 (bg << 8) | bg;
231 b & 0x80 ? fg : bg;
264 term_color_t fg, bg;
280 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
284 x, y, fg, bg);