Searched refs:is_fg (Results 1 – 2 of 2) sorted by relevance
119 struct fb_info *info, int is_fg) in attr_col_ec() argument130 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()148 return is_fg ? fg : bg; in attr_col_ec()
286 u16 c, int is_fg) in get_color() argument298 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()312 color = (is_fg) ? fg : bg; in get_color()