Lines Matching defs:width
62 0, 0, /* width, height */
82 int width;
541 logo.width = icon_width;
546 lp->width = xgwa.width;
548 lp->pixelmode = (lp->width < 4 * icon_width);
553 lp->ncols = min(lp->width / icon_width, MAXCOLS);
556 lp->xs = lp->width / lp->ncols;
558 lp->xb = (lp->width - lp->xs * lp->ncols) / 2;
562 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, lp->width, lp->height);