Lines Matching refs:col

1213 void troff_output_file::fill_color(color *col)
1215 if (!col || current_fill_color == col)
1217 current_fill_color = col;
1225 cs = col->get_components(components);
1266 void troff_output_file::glyph_color(color *col)
1268 if (!col || current_glyph_color == col)
1270 current_glyph_color = col;
1279 cs = col->get_components(components);
2724 color *col;
2753 : node(x), ch(n), break_code(bc), col(c)
2759 : node(x, s, pop), ch(n), break_code(bc), col(c)
2770 return new break_char_node(ch->copy(), break_code, col, state,
2803 n = new space_node(H0, col, n);
2809 n = new space_node(H0, col, n);
2885 return new hmotion_node(n, was_tab, unformat, col, state, div_nest_level);
2890 return new space_char_hmotion_node(n, col, state, div_nest_level);
2894 : n(i), col(c)
2899 : node(0, s, pop), n(i), col(c)
2905 return new vmotion_node(n, col, state, div_nest_level);
3154 : node(p, 0, 0), n(nn), set(0), was_escape_colon(0), col(c)
3159 : node(p, s, pop), n(nn), set(0), was_escape_colon(0), col(c)
3165 : node(p, st, pop), n(nn), set(s), was_escape_colon(flag), col(c)
3177 return new space_node(n, set, was_escape_colon, col, state, div_nest_level);
4350 return new word_space_node(n, set, col, w_new, unformat, state,
4362 out->fill_color(col);
4392 return new unbreakable_space_node(n, set, col, state, div_nest_level);
4739 out->fill_color(col);
4745 out->fill_color(col);
4751 out->fill_color(col);
4765 out->fill_color(col);
5115 && col == ((hmotion_node *)nd)->col;
5156 && col == ((space_char_hmotion_node *)nd)->col;
5192 && col == ((vmotion_node *)nd)->col;
5670 && col == ((break_char_node *)nd)->col
5713 && col == ((space_node *)nd)->col;
5725 && col == ((word_space_node *)nd)->col;
5745 out->fill_color(col);
5761 && col == ((unbreakable_space_node *)nd)->col;