Lines Matching refs:rectangle
1587 XRectangle rectangle;
1600 rectangle.x = InWindowX(BW, from_x);
1601 rectangle.y = InWindowY(BW, from_y);
1602 rectangle.width = InWindowX(BW, to_x + 1) - InWindowX(BW, from_x);
1603 rectangle.height = InWindowY(BW, to_y + 1) - InWindowY(BW, from_y);
1607 &rectangle, 1,
1612 &rectangle, 1,
1617 &rectangle, 1,
1622 &rectangle, 1,
1630 XRectangle rectangle;
1632 rectangle.x = InWindowX(BW, 0);
1633 rectangle.y = InWindowY(BW, 0);
1634 rectangle.width = InWindowX(BW, BW->bitmap.width) - InWindowX(BW, 0);
1635 rectangle.height = InWindowY(BW, BW->bitmap.height) - InWindowY(BW, 0);
1639 &rectangle, 1,
1644 &rectangle, 1,
1649 &rectangle, 1,
1654 &rectangle, 1,
1662 XRectangle rectangle;
1664 rectangle.x = min(x, InWindowX(BW, InBitmapX(BW, x)));
1665 rectangle.y = min(y, InWindowY(BW, InBitmapY(BW, y)));
1666 rectangle.width = max(x + width,
1667 InWindowX(BW, InBitmapX(BW, x + width)+1)) - rectangle.x;
1668 rectangle.height = max(y + height,
1669 InWindowY(BW, InBitmapY(BW, y + height)+1)) - rectangle.y;
1672 rectangle.x, rectangle.y,
1673 rectangle.width, rectangle.height,
1679 &rectangle, 1,
1739 XRectangle rectangle;
1743 rectangle.x = 0;
1744 rectangle.y = 0;
1745 rectangle.width = BW->core.width;
1746 rectangle.height = BW->core.height;
1751 &rectangle, 1,