Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/roff/troff/
HDnode.h584 class draw_node : public node {
592 draw_node(char, hvpair *, int, font_size, color *, color *);
593 draw_node(char, hvpair *, int, font_size, color *, color *, statem *, int);
594 ~draw_node();
HDnode.cpp4430 draw_node::draw_node(char c, hvpair *p, int np, font_size s, in draw_node() function in draw_node
4439 draw_node::draw_node(char c, hvpair *p, int np, font_size s, in draw_node() function in draw_node
4448 int draw_node::same(node *n) in same()
4450 draw_node *nd = (draw_node *)n; in same()
4460 const char *draw_node::type() in type()
4465 int draw_node::force_tprint() in force_tprint()
4470 int draw_node::is_tag() in is_tag()
4475 draw_node::~draw_node() in ~draw_node()
4481 hunits draw_node::width() in width()
4489 vunits draw_node::vertical_width() in vertical_width()
[all …]
HDinput.cpp7829 draw_node *dn = new draw_node(type, point, npoints, in read_draw_node()
/NextBSD/contrib/groff/
HDChangeLog.11871 (draw_node::gcol, draw_node::fcol): New variables.