Searched refs:SvgBuilder (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 75 * \class SvgBuilder 79 SvgBuilder::SvgBuilder(SPDocument *document, gchar *docname, XRef *xref) function in class:Inkscape::Extension::Internal::SvgBuilder 96 SvgBuilder::SvgBuilder(SvgBuilder *parent, Inkscape::XML::Node *root) { function in class:Inkscape::Extension::Internal::SvgBuilder 107 SvgBuilder::~SvgBuilder() { 110 void SvgBuilder::_init() { 141 void SvgBuilder [all...] |
H A D | svg-builder.h | 90 class SvgBuilder { class in namespace:Inkscape::Extension::Internal 92 SvgBuilder(SPDocument *document, gchar *docname, XRef *xref); 93 SvgBuilder(SvgBuilder *parent, Inkscape::XML::Node *root); 94 virtual ~SvgBuilder(); 217 bool _is_top_level; // Whether this SvgBuilder is the top-level one 222 Inkscape::XML::Node *_root; // Root node from the point of view of this SvgBuilder
|
H A D | pdf-parser.h | 20 class SvgBuilder; 26 using Inkscape::Extension::Internal::SvgBuilder; 129 PdfParser(XRef *xrefA, SvgBuilder *builderA, int pageNum, int rotate, 133 PdfParser(XRef *xrefA, Inkscape::Extension::Internal::SvgBuilder *builderA, 156 SvgBuilder *builder; // SVG generator
|
H A D | pdf-input.cpp | 392 * \brief Retrieves the current settings into a repr which SvgBuilder will use 788 SvgBuilder *builder = new SvgBuilder(doc, docname, pdf_doc->getXRef());
|
H A D | pdf-parser.cpp | 294 Inkscape::Extension::Internal::SvgBuilder *builderA, 354 Inkscape::Extension::Internal::SvgBuilder *builderA,
|
Completed in 34 milliseconds