Home | History | Annotate | Download | only in vsa

Lines Matching refs:dot_bg

566 	char dot_fg, dot_bg;
576 dot_bg = (attr & LCG_BG_MASK) >> 4;
579 dot_bg = attr & LCG_FG_MASK;
585 lcg_font.fontwidth, lcg_font.fontheight, dot_fg, dot_bg);
590 LCG_ADDR(row, col, i, j) = ((ch >> j) & 1) ? dot_fg : dot_bg;
825 int row, col, dot_fg, dot_bg, j, attr;
842 dot_bg = attr & LCG_FG_MASK;
845 dot_bg = (attr & LCG_BG_MASK) >> 4;
854 lcg_font.fontwidth, lcg_font.fontheight, dot_fg, dot_bg);
859 LCG_ADDR(row, col, iter, jter) = ((ch >> jter) & 1) ? dot_fg : dot_bg;