Searched refs:vmotion_node (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.h359 class vmotion_node : public node { class in inherits:node
363 vmotion_node(vunits, color *);
364 vmotion_node(vunits, color *, statem *, int);
H A Dnode.cpp2893 vmotion_node::vmotion_node(vunits i, color *c) function in class:vmotion_node
2898 vmotion_node::vmotion_node(vunits i, color *c, statem *s, int pop) function in class:vmotion_node
2903 node *vmotion_node::copy()
2905 return new vmotion_node(n, col, state, div_nest_level);
3349 vunits vmotion_node::vertical_width()
4763 void vmotion_node::tprint(troff_output_file *out)
5189 int vmotion_node::same(node *nd)
5191 return n == ((vmotion_node *)n
[all...]
H A Dinput.cpp1963 nd = new vmotion_node(curenv->get_size() / 2,
2091 nd = new vmotion_node(-curenv->get_size(), curenv->get_fill_color());
2116 nd = new vmotion_node(-curenv->get_size() / 2,
2123 nd = new vmotion_node(x, curenv->get_fill_color());

Completed in 197 milliseconds