Searched defs:paint_rect (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/display/ |
H A D | sp-canvas.cpp | 1540 void SPCanvas::paintSingleBuffer(Geom::IntRect const &paint_rect, Geom::IntRect const &canvas_rect, int /*sw*/) argument 1545 buf.rect = paint_rect; 1550 cairo_surface_t *imgs = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, paint_rect.width(), paint_rect.height()); 1554 cairo_translate(buf.ct, -paint_rect.left(), -paint_rect.top()); 1582 for (int i=0; i<paint_rect.height(); ++i) { 1584 Inkscape::CMSSystem::doTransform(transf, row, row, paint_rect.width()); 1593 cairo_translate(xct, paint_rect.left() - _x0, paint_rect [all...] |
Completed in 16 milliseconds