Lines Matching defs:tw
208 unsigned int fw, fh, tw, th; /* from, to */
222 XGetGeometry(dpy, wt, &wdummy, &tx, &ty, &tw, &th, &udummy, &udummy);
226 dw = ((long) (tw - fw)); /* going from -> to */
242 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, tx, ty, tw, th);
1009 int tw, th;
1032 tw = mw - bw * 2;
1038 XFillRectangle(dpy, pix, gc, ix + bw, iy + bw, (unsigned) tw,
1041 lw = tw / 2;
1042 if ((tw & 1) ^ (lw & 1))
1044 lx = ix + bw + (tw - lw) / 2;