Lines Matching defs:this_rect
1616 int SPCanvas::paintRectInternal(PaintRectSetup const *setup, Geom::IntRect const &this_rect)
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, setup->big_rect, bw);
1692 int mid = this_rect[Geom::X].middle();
1696 lo = Geom::IntRect(this_rect.left(), this_rect.top(), mid, this_rect.bottom());
1697 hi = Geom::IntRect(mid, this_rect.top(), this_rect.right(), this_rect.bottom());
1708 int mid = this_rect[Geom::Y].middle();
1712 lo = Geom::IntRect(this_rect.left(), this_rect.top(), this_rect.right(), mid);
1713 hi = Geom::IntRect(this_rect.left(), mid, this_rect.right(), this_rect.bottom());