Searched defs:SPPrintContext (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | print.h | 31 struct SPPrintContext { struct 35 unsigned int sp_print_bind(SPPrintContext *ctx, Geom::Affine const &transform, float opacity); 36 unsigned int sp_print_release(SPPrintContext *ctx); 37 unsigned int sp_print_comment(SPPrintContext *ctx, char const *comment); 38 unsigned int sp_print_fill(SPPrintContext *ctx, Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style, 40 unsigned int sp_print_stroke(SPPrintContext *ctx, Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style, 43 unsigned int sp_print_image_R8G8B8A8_N(SPPrintContext *ctx, 47 unsigned int sp_print_text(SPPrintContext *ctx, char const *text, Geom::Point p, 50 void sp_print_get_param(SPPrintContext *ctx, char *name, bool *value);
|
Completed in 56 milliseconds