Searched defs:this_rect (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dsp-canvas.cpp1616 int SPCanvas::paintRectInternal(PaintRectSetup const *setup, Geom::IntRect const &this_rect) argument
1651 int bw = this_rect.width();
1652 int bh = this_rect.height();
1660 r.x = this_rect.x0 - setup->canvas->x0;
1661 r.y = this_rect.y0 - setup->canvas->y0;
1662 r.width = this_rect.x1 - this_rect.x0;
1663 r.height = this_rect.y1 - this_rect.y0;
1669 paintSingleBuffer(this_rect, setu
[all...]

Completed in 22 milliseconds