HomeSort by: relevance | last modified time | path
    Searched refs:hmotion_node (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
node.h 311 class hmotion_node : public node { class in inherits:node
318 hmotion_node(hunits i, color *c, node *nxt = 0) function in class:hmotion_node
320 hmotion_node(hunits i, color *c, statem *s, int divlevel, node *nxt = 0) function in class:hmotion_node
322 hmotion_node(hunits i, int flag1, int flag2, color *c, statem *s, function in class:hmotion_node
326 hmotion_node(hunits i, int flag1, int flag2, color *c, node *nxt = 0) function in class:hmotion_node
344 class space_char_hmotion_node : public hmotion_node {
node.cpp 2508 hunits hmotion_node::width()
2885 node *hmotion_node::copy()
2887 return new hmotion_node(n, was_tab, unformat, col, state, div_nest_level);
3471 void hmotion_node::ascii_print(ascii_output_file *ascii)
3557 void hmotion_node::asciify(macro *m)
3570 : hmotion_node(i, c, s, pop, nxt)
3576 : hmotion_node(i, c, 0, 0, nxt)
3790 hyphenation_type hmotion_node::get_hyphenation_type()
4746 void hmotion_node::tprint(troff_output_file *out)
5115 int hmotion_node::same(node *nd
    [all...]
env.cpp 1774 n = new hmotion_node(d, get_fill_color(), n);
1797 nn = new hmotion_node(saved_indent, get_fill_color(), nn);
1805 nn = new hmotion_node(w, get_fill_color(), nn);
1808 nn = new hmotion_node(number_text_separation * line_number_digit_width,
1822 nn = new hmotion_node(x, get_fill_color(), nn);
2440 n = new hmotion_node(f2 - part_width[2], curenv->get_fill_color(), n);
2448 n = new hmotion_node(f - f2 - part_width[0], curenv->get_fill_color(), n);
2898 return new hmotion_node(d, 1, 0, get_fill_color(), next);

Completed in 17 milliseconds