Searched refs:ta_format (Results 1 – 10 of 10) sorted by relevance
91 if (px->a.ta_format & TF_CJK_RIGHT) in printchar()111 if (px->a.ta_format & TF_BOLD) in printchar()113 if (px->a.ta_format & TF_UNDERLINE) in printchar()115 if (px->a.ta_format & TF_BLINK) in printchar()117 if (px->a.ta_format & TF_REVERSE) in printchar()
826 attr.ta_format |= TF_CJK_RIGHT; in teken_subr_do_putchar()1162 t->t_curattr.ta_format |= TF_BOLD; in teken_subr_set_graphic_rendition()1165 t->t_curattr.ta_format |= TF_UNDERLINE; in teken_subr_set_graphic_rendition()1168 t->t_curattr.ta_format |= TF_BLINK; in teken_subr_set_graphic_rendition()1171 t->t_curattr.ta_format |= TF_REVERSE; in teken_subr_set_graphic_rendition()1174 t->t_curattr.ta_format &= ~TF_BOLD; in teken_subr_set_graphic_rendition()1177 t->t_curattr.ta_format &= ~TF_UNDERLINE; in teken_subr_set_graphic_rendition()1180 t->t_curattr.ta_format &= ~TF_BLINK; in teken_subr_set_graphic_rendition()1183 t->t_curattr.ta_format &= ~TF_REVERSE; in teken_subr_set_graphic_rendition()
91 if (t->t_defattr.ta_format & TF_BOLD) in teken_get_defattr_cons25()
71 teken_format_t ta_format; member
190 t->t_defattr.ta_format = 0; in teken_init()
337 a->ta_format = 0; in scteken_sc_to_te_attr()348 if (a->ta_format & TF_REVERSE) { in scteken_te_to_sc_attr()363 if (a->ta_format & (TF_BOLD | TF_UNDERLINE)) in scteken_te_to_sc_attr()365 if (a->ta_format & TF_BLINK) in scteken_te_to_sc_attr()539 if (a->ta_format & TF_CJK_RIGHT) in scteken_putchar()
126 .ta_format = TCHAR_FORMAT(TERMINAL_KERN_ATTR)132 .ta_format = TCHAR_FORMAT(TERMINAL_NORM_ATTR)160 #define TCHAR_CREATE(c, a) ((c) | TFORMAT((a)->ta_format) | \
118 screen_buffer[idx].a.ta_format |= TF_IMAGE; in term_image_display()324 if (px->a.ta_format & TF_BOLD) in vidc_text_printchar()326 if (px->a.ta_format & TF_BLINK) in vidc_text_printchar()329 if (px->a.ta_format & TF_REVERSE) { in vidc_text_printchar()
907 if (a->ta_format & TF_BOLD) in gfx_bitblt_bitmap()909 if (a->ta_format & TF_BLINK) in gfx_bitblt_bitmap()915 if (a->ta_format & TF_REVERSE) in gfx_bitblt_bitmap()1104 if ((px1->a.ta_format & TF_IMAGE) || in is_same_pixel()1105 (px2->a.ta_format & TF_IMAGE)) in is_same_pixel()1108 if (px1->a.ta_format != px2->a.ta_format) in is_same_pixel()1444 if (ap->ta_format & TF_REVERSE) { in gfx_fb_getcolor()1446 if (ap->ta_format & TF_BLINK) in gfx_fb_getcolor()1450 if (ap->ta_format & TF_BOLD) in gfx_fb_getcolor()2273 if (a->ta_format & TF_BOLD) { in font_lookup()
159 screen_buffer[idx].a.ta_format |= TF_IMAGE; in term_image_display() 204 if (px->a.ta_format & TF_BOLD) in efi_text_printchar() 206 if (px->a.ta_format & TF_BLINK) in efi_text_printchar() 209 if (px->a.ta_format & TF_REVERSE) { in efi_text_printchar()