Searched defs:setupDocument (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | latex-text-renderer.cpp | 88 bool ret = renderer->setupDocument(doc, pageBoundingBox, bleedmargin_px, base); 615 LaTeXTextRenderer::setupDocument(SPDocument *doc, bool pageBoundingBox, float bleedmargin_px, SPItem *base) function in class:Inkscape::Extension::Internal::LaTeXTextRenderer 617 // The boundingbox calculation here should be exactly the same as the one by CairoRenderer::setupDocument !
|
H A D | cairo-renderer.cpp | 660 CairoRenderer::setupDocument(CairoRenderContext *ctx, SPDocument *doc, bool pageBoundingBox, float bleedmargin_px, SPItem *base) function in class:Inkscape::Extension::Internal::CairoRenderer 662 // PLEASE note when making changes to the boundingbox and transform calculation, corresponding changes should be made to PDFLaTeXRenderer::setupDocument !!! 691 TRACE(("setupDocument: %f x %f\n", ctx->_width, ctx->_height));
|
Completed in 15 milliseconds