Searched refs:TF_REVERSE (Results 1 – 8 of 8) sorted by relevance
47 #define TF_REVERSE 0x08 /* Reverse rendered character. */ macro
1171 t->t_curattr.ta_format |= TF_REVERSE; in teken_subr_set_graphic_rendition()1183 t->t_curattr.ta_format &= ~TF_REVERSE; in teken_subr_set_graphic_rendition()
117 if (px->a.ta_format & TF_REVERSE) in printchar()
348 if (a->ta_format & TF_REVERSE) { in scteken_te_to_sc_attr()
329 if (px->a.ta_format & TF_REVERSE) { in vidc_text_printchar()
209 if (px->a.ta_format & TF_REVERSE) { in efi_text_printchar()
915 if (a->ta_format & TF_REVERSE) in gfx_bitblt_bitmap()1444 if (ap->ta_format & TF_REVERSE) { in gfx_fb_getcolor()
1253 if (TCHAR_FORMAT(c) & TF_REVERSE) in vt_determine_colors()