Lines Matching defs:lw
885 int lw;
897 lw = h / 16;
898 if (lw == 1)
899 lw = 0;
900 XSetLineAttributes(dpy, gc, (unsigned) lw, LineSolid, CapButt,
1010 int lw, lh;
1041 lw = tw / 2;
1042 if ((tw & 1) ^ (lw & 1))
1043 lw++;
1044 lx = ix + bw + (tw - lw) / 2;
1057 XFillRectangle(dpy, pix, gc, lx, ly, (unsigned) lw, (unsigned) bw);