Searched refs:setupSurface (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-render-context.h112 bool setupSurface(double width, double height);
H A Dcairo-render-context.cpp610 if (!clip_ctx->setupSurface(_width, _height)) {
611 TRACE(("clip: setupSurface failed\n"));
667 if (!mask_ctx->setupSurface( surface_width, surface_height )) {
668 TRACE(("mask: setupSurface failed\n"));
777 CairoRenderContext::setupSurface(double width, double height) function in class:Inkscape::Extension::Internal::CairoRenderContext
H A Dcairo-renderer.cpp693 bool ret = ctx->setupSurface(ctx->_width, ctx->_height);

Completed in 22 milliseconds