Lines Matching refs:tex_output

29 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()
142 void tex_output::text(const position &center, text_piece *v, int n, double) in text()
175 void tex_output::point(const position &pos) in point()
181 void tex_output::line(const position &start, const position *v, int n, in line()
206 void tex_output::polygon(const position *v, int n, in polygon()
217 void tex_output::spline(const position &start, const position *v, int n, in spline()
242 void tex_output::solid_arc(const position &cent, double rad, in solid_arc()
258 void tex_output::arc(const position &start, const position &cent, in arc()
287 void tex_output::circle(const position &cent, double rad, in circle()
314 void tex_output::ellipse(const position &cent, const distance &dim, in ellipse()
350 void tex_output::command(const char *s, const char *, int) in command()
357 int tex_output::supports_filled_polygons() in supports_filled_polygons()
362 void tex_output::dot(const position &pos, const line_type &lt) in dot()
380 void tex_output::set_color(char *, char *) in set_color()
385 void tex_output::reset_color() in reset_color()
390 char *tex_output::get_last_filled() in get_last_filled()
396 char *tex_output::get_outline_color() in get_outline_color()
402 class tpic_output : public tex_output {
453 tex_output::set_pen_size(ps); in set_pen_size()