Searched refs:term_ostream_t (Results 1 – 8 of 8) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.h | 67 term_color_t rgb_to_color (term_ostream_t stream, 71 term_color_t get_color (term_ostream_t stream); 72 void set_color (term_ostream_t stream, term_color_t color); 75 term_color_t get_bgcolor (term_ostream_t stream); 76 void set_bgcolor (term_ostream_t stream, term_color_t color); 79 term_weight_t get_weight (term_ostream_t stream); 80 void set_weight (term_ostream_t stream, term_weight_t weight); 83 term_posture_t get_posture (term_ostream_t stream); 84 void set_posture (term_ostream_t stream, term_posture_t posture); 87 term_underline_t get_underline (term_ostream_t stream); [all …]
|
D | term-ostream.oo.c | 1110 get_control_data (term_ostream_t stream) in get_control_data() 1117 simplify_attributes (term_ostream_t stream, attributes_t attr) in simplify_attributes() 1148 generate_hyperlink_id (term_ostream_t stream) in generate_hyperlink_id() 1181 static term_ostream_t volatile out_stream; 1223 out_color_change (term_ostream_t stream, term_color_t new_color, in out_color_change() 1370 out_bgcolor_change (term_ostream_t stream, term_color_t new_bgcolor, in out_bgcolor_change() 1521 out_weight_change (term_ostream_t stream, term_weight_t new_weight, in out_weight_change() 1534 out_posture_change (term_ostream_t stream, term_posture_t new_posture, in out_posture_change() 1547 out_underline_change (term_ostream_t stream, term_underline_t new_underline, in out_underline_change() 1577 out_hyperlink_change (term_ostream_t stream, hyperlink_t *new_hyperlink, in out_hyperlink_change() [all …]
|
D | term-styled-ostream.oo.c | 66 term_ostream_t destination; 283 term_ostream_t stream) in style_compute_color_value()
|
/third_party/gettext/libtextstyle/lib/ |
D | textstyle.h | 228 typedef ostream_t term_ostream_t; typedef 234 extern void term_ostream_write_mem (term_ostream_t first_arg, const void *data, size_t len); 235 extern void term_ostream_flush (term_ostream_t first_arg, ostream_flush_scope_t scope); 236 extern void term_ostream_free (term_ostream_t first_arg); 237 extern term_color_t term_ostream_rgb_to_color (term_ostream_t first_arg, int red, int green, int bl… 238 extern term_color_t term_ostream_get_color (term_ostream_t first_arg); 239 extern void term_ostream_set_color (term_ostream_t first_arg, term_color_t color); 240 extern term_color_t term_ostream_get_bgcolor (term_ostream_t first_arg); 241 extern void term_ostream_set_bgcolor (term_ostream_t first_arg, term_color_t color); 242 extern term_weight_t term_ostream_get_weight (term_ostream_t first_arg); [all …]
|
D | color.c | 99 term_ostream_t stream; in print_color_test()
|
/third_party/gettext/libtextstyle/ |
D | NEWS | 8 term_ostream_t term_ostream_set_hyperlink 9 term_ostream_t term_ostream_get_hyperlink_ref 10 term_ostream_t term_ostream_get_hyperlink_id 46 term_ostream_t term_ostream_flush_to_current_style
|
/third_party/gettext/libtextstyle/doc/ |
D | libtextstyle.texi | 983 @samp{term_ostream_t}. It is a subclass of @samp{ostream_t}. 987 @deftypefn Function term_ostream_t term_ostream_create (int@tie{}@var{fd}, const@tie{}char@tie{}*@v… 1003 @deftypefn Function term_color_t term_ostream_rgb_to_color (term_ostream_t@tie{}@var{stream}, int@t… 1009 @deftypefn Function term_color_t term_ostream_get_color (term_ostream_t@tie{}@var{stream}) 1010 @deftypefnx Function void term_ostream_set_color (term_ostream_t@tie{}@var{stream}, term_color_t@ti… 1014 @deftypefn Function term_color_t term_ostream_get_bgcolor (term_ostream_t@tie{}@var{stream}) 1015 @deftypefnx Function void term_ostream_set_bgcolor (term_ostream_t@tie{}@var{stream}, term_color_t@… 1019 @deftypefn Function term_weight_t term_ostream_get_weight (term_ostream_t@tie{}@var{stream}) 1020 @deftypefnx Function void term_ostream_set_weight (term_ostream_t@tie{}@var{stream}, term_weight_t@… 1024 @deftypefn Function term_posture_t term_ostream_get_posture (term_ostream_t@tie{}@var{stream}) [all …]
|
/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-term-ostream.c | 26 term_ostream_t stream; in main()
|