Lines Matching defs:bg
65 int bg; /**< background color */
89 s->bg = DEFAULT_BG_COLOR;
167 int bg = s->bg;
172 bg += 8;
174 FFSWAP(int, fg, bg);
176 fg = bg;
178 s->frame->linesize[0], s->font, s->font_height, c, fg, bg);
312 s->bg = DEFAULT_BG_COLOR;
324 s->bg = ansi_to_cga[m - 40];
327 s->bg = index < 16 ? ansi_to_cga[index] : index;