Home
last modified time | relevance | path

Searched refs:draw_node (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h586 class draw_node : public node {
594 draw_node(char, hvpair *, int, font_size, color *, color *);
595 draw_node(char, hvpair *, int, font_size, color *, color *, statem *, int);
596 ~draw_node();
H A Dnode.cpp4432 draw_node::draw_node(char c, hvpair *p, int np, font_size s, in draw_node() function in draw_node
4441 draw_node::draw_node(char c, hvpair *p, int np, font_size s, in draw_node() function in draw_node
4450 int draw_node::same(node *n) in same()
4452 draw_node *nd = (draw_node *)n; in same()
4462 const char *draw_node::type() in type()
4467 int draw_node::force_tprint() in force_tprint()
4472 int draw_node::is_tag() in is_tag()
4477 draw_node::~draw_node() in ~draw_node()
4483 hunits draw_node::width() in width()
4491 vunits draw_node::vertical_width() in vertical_width()
[all …]
H A Dinput.cpp7843 draw_node *dn = new draw_node(type, point, npoints, in read_draw_node()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.11871 (draw_node::gcol, draw_node::fcol): New variables.