Searched refs:WEIGHT_BOLD (Results 1 – 6 of 6) sorted by relevance
/third_party/gettext/libtextstyle/lib/ |
D | color.c | 250 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test() 251 if (term_ostream_get_weight (stream) != WEIGHT_BOLD) in print_color_test() 298 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test() 314 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test() 320 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test() 345 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test() 361 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test() 367 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
|
D | textstyle.h | 209 WEIGHT_BOLD, enumerator
|
/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-term-ostream.c | 170 term_ostream_set_weight (stream, WEIGHT_BOLD); in main() 171 if (term_ostream_get_weight (stream) != WEIGHT_BOLD) in main()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.h | 43 WEIGHT_BOLD, enumerator
|
D | term-styled-ostream.oo.c | 366 return (value >= 6 ? WEIGHT_BOLD : WEIGHT_NORMAL); in style_compute_font_weight_value()
|
D | term-ostream.oo.c | 1527 assert (new_weight == WEIGHT_BOLD); in out_weight_change()
|