Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp1814 class glyph_node : public charinfo_node { class
1815 static glyph_node *free_list;
1822 glyph_node(charinfo *, tfont *, color *, color *, hunits,
1828 glyph_node(charinfo *, tfont *, color *, color *,
1830 ~glyph_node() {} in ~glyph_node()
1832 node *merge_glyph_node(glyph_node *);
1860 glyph_node *glyph_node::free_list = 0;
1862 class ligature_node : public glyph_node {
1894 node *merge_glyph_node(glyph_node *);
1922 node *merge_glyph_node(glyph_node *);
[all …]
H A Dnode.h48 class glyph_node; variable
103 virtual node *merge_glyph_node(glyph_node *);
479 node *merge_glyph_node(glyph_node *);
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.11881 (glyph_node::gcol, glyph_node::fcol): New variables.
82 Updated constructors of glyph_node and ligature_node accordingly.
83 (glyph_node::get_glyph_color, glyph_node::get_fill_color): New
85 (glyph_node::merge_glyph_node,
1733 * src/roff/troff/node.cc (glyph_node::asciify,
H A DChangeLog.115634 (glyph_node, composite_node): Derive from charinfo_node. Change
5191 * troff/node.c (class glyph_node): Make operator new and operator