Searched refs:fgshift (Results 1 – 2 of 2) sorted by relevance
97 #define attr_fgcol(fgshift,s) \ argument98 (((s) >> (fgshift)) & 0x0f)155 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) argument
40 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local44 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear()