Lines Matching refs:shape_bounds
88 XRectangle shape_bounds;
1454 new->shape_bounds.x = new->a.x;
1455 new->shape_bounds.y = new->a.y;
1456 new->shape_bounds.width = new->a.width;
1457 new->shape_bounds.height = new->a.height;
1557 w->shape_bounds.x -= w->a.x;
1558 w->shape_bounds.y -= w->a.y;
1593 w->shape_bounds.x += w->a.x;
1594 w->shape_bounds.y += w->a.y;
1597 w->shape_bounds.width = w->a.width;
1598 w->shape_bounds.height = w->a.height;
1809 region0 = XFixesCreateRegion (dpy, &w->shape_bounds, 1);
1814 w->shape_bounds.x = w->a.x + se->x;
1815 w->shape_bounds.y = w->a.y + se->y;
1816 w->shape_bounds.width = se->width;
1817 w->shape_bounds.height = se->height;
1822 w->shape_bounds.x = w->a.x;
1823 w->shape_bounds.y = w->a.y;
1824 w->shape_bounds.width = w->a.width;
1825 w->shape_bounds.height = w->a.height;
1828 region1 = XFixesCreateRegion (dpy, &w->shape_bounds, 1);