Lines Matching defs:lw
37 int lw = 0;
43 lw = atoi (p->bfont);
45 XSetLineAttributes(xp->d, xp->bggc, lw, LineSolid, CapButt, JoinMiter);
46 XSetLineAttributes(xp->d, xp->fggc, lw, LineSolid, CapButt, JoinMiter);
47 lw = (lw >> 1) + 1;
51 x = lw;
52 y = lw;
72 y = lw;
75 x = lw;