Searched refs:vmotion_node (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | node.h | 361 class vmotion_node : public node { 365 vmotion_node(vunits, color *); 366 vmotion_node(vunits, color *, statem *, int);
|
| H A D | node.cpp | 2895 vmotion_node::vmotion_node(vunits i, color *c) in vmotion_node() function in vmotion_node 2900 vmotion_node::vmotion_node(vunits i, color *c, statem *s, int pop) in vmotion_node() function in vmotion_node 2905 node *vmotion_node::copy() in copy() 2907 return new vmotion_node(n, col, state, div_nest_level); in copy() 3351 vunits vmotion_node::vertical_width() in vertical_width() 4766 void vmotion_node::tprint(troff_output_file *out) in tprint() 5192 int vmotion_node::same(node *nd) in same() 5194 return n == ((vmotion_node *)nd)->n in same() 5195 && col == ((vmotion_node *)nd)->col; in same() 5198 const char *vmotion_node::type() in type() [all …]
|
| H A D | input.cpp | 1965 nd = new vmotion_node(curenv->get_size() / 2, in next() 2093 nd = new vmotion_node(-curenv->get_size(), curenv->get_fill_color()); in next() 2118 nd = new vmotion_node(-curenv->get_size() / 2, in next() 2125 nd = new vmotion_node(x, curenv->get_fill_color()); in next()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.118 | 69 (vmotion_node::col): New variable. 90 vmotion_node::tprint): Handle color.
|
| H A D | ChangeLog | 5182 vmotion_node::tprint): Undo change 2002-10-23. 5199 vmotion_node::tprint): Move first, then call fill_color.
|