Searched refs:tex_output (Results 1 – 4 of 4) sorted by relevance
29 class tex_output : public common_output { class31 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_output90 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 …]
4451 * pic/tex.c (tex_output::set_pen_size): Make it virtual and4682 * pic/tex.c (tex_output::start_picture): Change the definitions of4685 * pic/tex.c (tex_output::solid_arc): Ensure that the second angle5404 * pic/tex.c (tex_output::set_pen_size): Silently map negative line5407 (tex_output::start_picture): Set pen_size to -2.0.5725 * pic/tex.c (tex_output::spline):
3279 * src/preproc/pic/tex.cpp (tex_output::ellipse): Use new ellipse3549 * src/preproc/pic/tex.cpp (tex_output::start_picture): Make code3568 * src/preproc/pic/tex.cpp (tex_output::start_picture): Fix TeX code.3593 * src/preproc/pic/tex.cpp (tex_output::start_picture): Use3596 (tex_output::text): Beautify output.
3256 * src/preproc/pic/tex.cc (tex_output): New dummy function members