Lines Matching refs:rectangle
1574 XRectangle rectangle;
1587 rectangle.x = InWindowX(BW, from_x);
1588 rectangle.y = InWindowY(BW, from_y);
1589 rectangle.width = InWindowX(BW, to_x + 1) - InWindowX(BW, from_x);
1590 rectangle.height = InWindowY(BW, to_y + 1) - InWindowY(BW, from_y);
1594 &rectangle, 1,
1599 &rectangle, 1,
1604 &rectangle, 1,
1609 &rectangle, 1,
1617 XRectangle rectangle;
1619 rectangle.x = InWindowX(BW, 0);
1620 rectangle.y = InWindowY(BW, 0);
1621 rectangle.width = InWindowX(BW, BW->bitmap.width) - InWindowX(BW, 0);
1622 rectangle.height = InWindowY(BW, BW->bitmap.height) - InWindowY(BW, 0);
1626 &rectangle, 1,
1631 &rectangle, 1,
1636 &rectangle, 1,
1641 &rectangle, 1,
1649 XRectangle rectangle;
1651 rectangle.x = min(x, InWindowX(BW, InBitmapX(BW, x)));
1652 rectangle.y = min(y, InWindowY(BW, InBitmapY(BW, y)));
1653 rectangle.width = max(x + width,
1654 InWindowX(BW, InBitmapX(BW, x + width)+1)) - rectangle.x;
1655 rectangle.height = max(y + height,
1656 InWindowY(BW, InBitmapY(BW, y + height)+1)) - rectangle.y;
1659 rectangle.x, rectangle.y,
1660 rectangle.width, rectangle.height,
1666 &rectangle, 1,
1726 XRectangle rectangle;
1730 rectangle.x = 0;
1731 rectangle.y = 0;
1732 rectangle.width = BW->core.width;
1733 rectangle.height = BW->core.height;
1738 &rectangle, 1,