Searched refs:glyph_node (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | node.cpp | 1814 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 D | node.h | 48 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 D | ChangeLog.118 | 81 (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 D | ChangeLog.115 | 634 (glyph_node, composite_node): Derive from charinfo_node. Change 5191 * troff/node.c (class glyph_node): Make operator new and operator
|