Lines Matching defs:Print
13 /* Inkscape::Extension::Print */
18 Print::Print (Inkscape::XML::Node *in_repr, Implementation::Implementation *in_imp)
27 Print::~Print ()
31 Print::check ()
37 Print::setup ()
43 Print::set_preview ()
49 Print::begin (SPDocument *doc)
55 Print::finish ()
61 Print::bind (const Geom::Affine &transform, float opacity)
67 Print::release ()
73 Print::comment (char const *comment)
79 Print::fill (Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style,
86 Print::stroke (Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style,
93 Print::image (unsigned char *px, unsigned int w, unsigned int h, unsigned int rs,
100 Print::text (char const *text, Geom::Point const &p, SPStyle const *style)
106 Print::textToPath ()
113 Print::fontEmbedded ()