Searched refs:POSTURE_ITALIC (Results 1 – 6 of 6) sorted by relevance
/third_party/gettext/libtextstyle/lib/ |
D | color.c | 265 term_ostream_set_posture (stream, POSTURE_ITALIC); in print_color_test() 266 if (term_ostream_get_posture (stream) != POSTURE_ITALIC) in print_color_test() 302 term_ostream_set_posture (stream, POSTURE_ITALIC); in print_color_test() 315 term_ostream_set_posture (stream, POSTURE_ITALIC); in print_color_test() 326 term_ostream_set_posture (stream, POSTURE_ITALIC); in print_color_test() 349 term_ostream_set_posture (stream, POSTURE_ITALIC); in print_color_test() 362 term_ostream_set_posture (stream, POSTURE_ITALIC); in print_color_test() 373 term_ostream_set_posture (stream, POSTURE_ITALIC); in print_color_test()
|
D | textstyle.h | 216 POSTURE_ITALIC, /* same as oblique */ enumerator
|
/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-term-ostream.c | 185 term_ostream_set_posture (stream, POSTURE_ITALIC); in main() 186 if (term_ostream_get_posture (stream) != POSTURE_ITALIC) in main()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.h | 50 POSTURE_ITALIC, /* same as oblique */ enumerator
|
D | term-styled-ostream.oo.c | 386 return POSTURE_ITALIC; in style_compute_font_posture_value()
|
D | term-ostream.oo.c | 1540 assert (new_posture == POSTURE_ITALIC); in out_posture_change()
|