Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dtex.cpp29 class tex_output : public common_output { class
31 tex_output();
32 ~tex_output();
75 inline position tex_output::transform(const position &pos) in transform()
83 return new tex_output; in make_tex_output()
86 tex_output::tex_output() in tex_output() function in tex_output
90 tex_output::~tex_output() in ~tex_output()
96 void tex_output::set_pen_size(double ps) in set_pen_size()
107 void tex_output::start_picture(double sc, const position &ll, in start_picture()
133 void tex_output::finish_picture() in finish_picture()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1154451 * pic/tex.c (tex_output::set_pen_size): Make it virtual and
4682 * pic/tex.c (tex_output::start_picture): Change the definitions of
4685 * pic/tex.c (tex_output::solid_arc): Ensure that the second angle
5404 * pic/tex.c (tex_output::set_pen_size): Silently map negative line
5407 (tex_output::start_picture): Set pen_size to -2.0.
5725 * pic/tex.c (tex_output::spline):
H A DChangeLog3279 * src/preproc/pic/tex.cpp (tex_output::ellipse): Use new ellipse
3549 * src/preproc/pic/tex.cpp (tex_output::start_picture): Make code
3568 * src/preproc/pic/tex.cpp (tex_output::start_picture): Fix TeX code.
3593 * src/preproc/pic/tex.cpp (tex_output::start_picture): Use
3596 (tex_output::text): Beautify output.
H A DChangeLog.1183256 * src/preproc/pic/tex.cc (tex_output): New dummy function members