Searched refs:is_fg (Results 1 – 2 of 2) sorted by relevance
120 struct fb_info *info, int is_fg) in attr_col_ec() argument131 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()149 return is_fg ? fg : bg; in attr_col_ec()
310 u16 c, int is_fg) in get_color() argument322 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()336 color = (is_fg) ? fg : bg; in get_color()