Searched refs:filtertobitmap (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | cairo-renderer-pdf-out.cpp | 61 bool texttopath, bool omittext, bool filtertobitmap, int resolution, 98 ctx->setFilterToBitmap(filtertobitmap); 60 pdf_render_document_to_file(SPDocument *doc, gchar const *filename, unsigned int level, bool texttopath, bool omittext, bool filtertobitmap, int resolution, const gchar * const exportId, bool exportDrawing, bool exportCanvas, float bleedmargin_px) argument
|
H A D | cairo-ps-out.cpp | 69 bool filtertobitmap, int resolution, const gchar * const exportId, bool exportDrawing, bool exportCanvas, float bleedmargin_px, bool eps = false) 101 ctx->setFilterToBitmap(filtertobitmap); 68 ps_print_document_to_file(SPDocument *doc, gchar const *filename, unsigned int level, bool texttopath, bool omittext, bool filtertobitmap, int resolution, const gchar * const exportId, bool exportDrawing, bool exportCanvas, float bleedmargin_px, bool eps = false) argument
|
H A D | cairo-render-context.h | 104 void setFilterToBitmap(bool filtertobitmap);
|
H A D | cairo-render-context.cpp | 441 void CairoRenderContext::setFilterToBitmap(bool filtertobitmap) argument 443 _is_filtertobitmap = filtertobitmap;
|
Completed in 21 milliseconds