Searched refs:graphic_object (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dobject.h168 class graphic_object;
202 graphic_object *make_box(position *, direction *);
203 graphic_object *make_block(position *, direction *);
204 graphic_object *make_text(position *, direction *);
205 graphic_object *make_ellipse(position *, direction *);
206 graphic_object *make_circle(position *, direction *);
209 graphic_object *make_linear(position *, direction *);
210 graphic_object *make_move(position *, direction *);
H A Dobject.cpp546 class graphic_object : public object { class in inherits:object
555 graphic_object();
556 ~graphic_object();
570 graphic_object::graphic_object() function in class:graphic_object
575 void graphic_object::set_dotted(double wid)
581 void graphic_object::set_dashed(double wid)
587 void graphic_object::set_thickness(double th)
592 void graphic_object::set_fill(double)
596 void graphic_object
[all...]

Completed in 164 milliseconds