Searched refs:POSTURE_NORMAL (Results 1 – 6 of 6) sorted by relevance
/third_party/gettext/libtextstyle/lib/ |
D | color.c | 261 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test() 262 if (term_ostream_get_posture (stream) != POSTURE_NORMAL) in print_color_test() 304 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test() 318 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test() 329 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test() 351 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test() 365 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test() 376 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
|
D | textstyle.h | 215 POSTURE_NORMAL = 0, enumerator 217 POSTURE_DEFAULT = POSTURE_NORMAL
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.h | 49 POSTURE_NORMAL = 0, enumerator 51 POSTURE_DEFAULT = POSTURE_NORMAL
|
D | term-ostream.oo.c | 1673 if (old_attr.posture != POSTURE_NORMAL in out_attr_change() 1674 && new_attr.posture == POSTURE_NORMAL in out_attr_change() 1678 old_attr.posture = POSTURE_NORMAL; in out_attr_change() 1691 || (old_attr.posture != POSTURE_NORMAL in out_attr_change() 1692 && new_attr.posture == POSTURE_NORMAL in out_attr_change() 1703 old_attr.posture = POSTURE_NORMAL; in out_attr_change()
|
D | term-styled-ostream.oo.c | 383 return POSTURE_NORMAL; in style_compute_font_posture_value()
|
/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-term-ostream.c | 181 term_ostream_set_posture (stream, POSTURE_NORMAL); in main() 182 if (term_ostream_get_posture (stream) != POSTURE_NORMAL) in main()
|