Searched refs:troff_output (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | troff.cpp | 215 class troff_output : public simple_output { class 225 troff_output(); 226 ~troff_output(); 250 return new troff_output; in make_troff_output() 253 troff_output::troff_output() in troff_output() function in troff_output 259 troff_output::~troff_output() in ~troff_output() 263 inline position troff_output::transform(const position &pos) in transform() 278 void troff_output::start_picture(double sc, in start_picture() 300 void troff_output::finish_picture() in finish_picture() 315 void troff_output::command(const char *s, in command() [all …]
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.115 | 318 (troff_output::start_picture, troff_output::finish_picture), 987 * pic/troff.cc (troff_output::text): Set line thickness to 1432 * pic/troff.cc (troff_output::finish_picture): Set 1676 * pic/troff.cc (troff_output::text): Fix typo in implementation of 1711 * pic/troff.cc (troff_output::start_picture): Generate line 2090 * pic/troff.cc (troff_output::text): Test \n(0p rather than \*(.T 2099 * pic/troff.cc (troff_output::dot): Don't test 2326 * pic/troff.c (troff_output::text): Merge in grops_output::text, 3165 * pic/troff.c (troff_output::simple_spline, 3166 troff_output::simple_polygon): Rename variable `v' to `d' to avoid [all …]
|
H A D | ChangeLog | 82 * src/preproc/pic/troff.cpp (troff_output::set_fill, 83 troff_output::set_color, troff_output::reset_color): Use .bcolor and 2922 * src/preproc/pic/troff.cpp (troff_output::simple_circle, 2923 troff_output::simple_ellipse, troff_output::simple_arc, 2924 troff_output::simple_line, troff_output::simple_spline, 2925 troff_output::simple_polygon): Insert a space before arguments. 2926 (troff_output::set_fill): Emit `\&' before `\D'Fg...' since the 2931 (troff_output::set_color, troff_output::reset_color): Don't emit 4425 * src/preproc/pic/troff.cc (troff_output::set_fill): Ditto. 4456 * src/preproc/pic/troff.cc (troff_output::set_color): Use strsave [all …]
|
H A D | ChangeLog.118 | 1405 * src/preproc/pic/troff.cc (troff_output::set_fill, 1406 troff_output::reset_color: Updated. 2075 (troff_output::start_picture, troff_output::finish_picture): 3263 (troff_output): New members `last_filled' and `last_outlined'. 3266 (troff_output::finish_picture): Use `reset_color'. 3267 (troff_output::set_fill): Test `last_filled'.
|
H A D | ChangeLog.117 | 1370 * src/preproc/pic/troff.cc (troff_output::start_picture, 1371 troff_output::finish_picture): Updated.
|