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

/inkscape/src/extension/internal/
H A Dcairo-render-context.h148 void addClippingRect(double x, double y, double width, double height);
H A Dcairo-renderer.cpp388 ctx->addClippingRect(image->x.computed, image->y.computed, image->width.computed, image->height.computed);
443 ctx->addClippingRect(root->x.computed, root->y.computed, root->width.computed, root->height.computed);
797 // ctx->addClippingRect(mask_bbox.x0, mask_bbox.y0, mask_bbox.x1 - mask_bbox.x0, mask_bbox.y1 - mask_bbox.y0);
H A Dcairo-render-context.cpp768 CairoRenderContext::addClippingRect(double x, double y, double width, double height) function in class:Inkscape::Extension::Internal::CairoRenderContext

Completed in 22 milliseconds