Lines Matching refs:box
737 XPoint box[NPOINTS];
812 /* fill in the outline box */
815 box[i].x = x; box[i].y = y; /* u.l. */
817 box[i+1].x = x + width; box[i+1].y = y; /* u.r. */
818 box[i+2].x = box[i+1].x; box[i+2].y = y + height; /* l.r. */
819 box[i+3].x = x; box[i+3].y = box[i+2].y; /* l.l. */
827 XAllPlanesDrawLines (dpy, root, box, NPOINTS, CoordModeOrigin);
831 XDrawLines (dpy, root, invGC, box, NPOINTS, CoordModeOrigin);