Lines Matching refs:wid
13 int i, th, sh, h, ld, w, rw, wid, nc; in cachechars() local
26 wid = 0; in cachechars()
93 wid += c->width; in cachechars()
102 *wp = wid; in cachechars()
175 int i, oi, wid, top, bottom; in loadchar() local
277 wid = (fi+1)->x - fi->x; in loadchar()
278 if(f->width < wid || f->width == 0 || f->maxdepth < subf->f->bits->depth){ in loadchar()
284 if(f->width < wid) in loadchar()
285 f->width = wid; in loadchar()
348 fontresize(Font *f, int wid, int ncache, int depth) in fontresize() argument
359 if(wid <= 0) in fontresize()
360 wid = 1; in fontresize()
366 new = allocimage(d, Rect(0, 0, ncache*wid, f->height), CHAN1(CGrey, depth), 0, 0); in fontresize()
390 f->width = wid; in fontresize()