Home | History | Annotate | Download | only in dist

Lines Matching defs:rects

1324 	XRectangle rects [2];
1340 rects [0].x = x + width - thick;
1341 rects [0].y = y;
1342 rects [0].width = thick;
1343 rects [0].height = height;
1344 rects [1].x = x;
1345 rects [1].y = y + width - thick;
1346 rects [1].width = width - thick;
1347 rects [1].height = thick;
1348 XSetClipRectangles(dpy, Scr->BorderGC, 0, 0, rects, 2, Unsorted);
1356 rects [0].x = x;
1357 rects [0].y = y;
1358 rects [0].width = thick;
1359 rects [0].height = height;
1360 rects [1].x = x + thick;
1361 rects [1].y = y + height - thick;
1362 rects [1].width = width - thick;
1363 rects [1].height = thick;
1364 XSetClipRectangles(dpy, Scr->BorderGC, 0, 0, rects, 2, Unsorted);