Searched refs:addClippingRect (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | cairo-render-context.h | 148 void addClippingRect(double x, double y, double width, double height);
|
H A D | cairo-renderer.cpp | 388 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 D | cairo-render-context.cpp | 768 CairoRenderContext::addClippingRect(double x, double y, double width, double height) function in class:Inkscape::Extension::Internal::CairoRenderContext
|
Completed in 22 milliseconds