Searched refs:WEIGHT_NORMAL (Results 1 – 6 of 6) sorted by relevance
/third_party/gettext/libtextstyle/lib/ |
D | color.c | 246 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test() 247 if (term_ostream_get_weight (stream) != WEIGHT_NORMAL) in print_color_test() 300 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test() 317 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test() 323 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test() 347 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test() 364 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test() 370 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
|
D | textstyle.h | 208 WEIGHT_NORMAL = 0, enumerator 210 WEIGHT_DEFAULT = WEIGHT_NORMAL
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.h | 42 WEIGHT_NORMAL = 0, enumerator 44 WEIGHT_DEFAULT = WEIGHT_NORMAL
|
D | term-ostream.oo.c | 1129 attr.weight = WEIGHT_NORMAL; in simplify_attributes() 1689 if ((old_attr.weight != WEIGHT_NORMAL in out_attr_change() 1690 && new_attr.weight == WEIGHT_NORMAL) in out_attr_change() 1701 old_attr.weight = WEIGHT_NORMAL; in out_attr_change()
|
D | term-styled-ostream.oo.c | 366 return (value >= 6 ? WEIGHT_BOLD : WEIGHT_NORMAL); in style_compute_font_weight_value()
|
/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-term-ostream.c | 166 term_ostream_set_weight (stream, WEIGHT_NORMAL); in main() 167 if (term_ostream_get_weight (stream) != WEIGHT_NORMAL) in main()
|