Searched refs:maxdepth (Results 1 – 10 of 10) sorted by relevance
| /plan9/sys/src/libdraw/ |
| H A D | subfontname.c | 10 subfontname(char *cfname, char *fname, int maxdepth) in subfontname() argument 31 if(maxdepth > 8) in subfontname() 32 maxdepth = 8; in subfontname() 35 if((1<<i) > maxdepth) in subfontname()
|
| H A D | font.c | 75 fontresize(f, f->width, nc, f->maxdepth); in cachechars() 278 if(f->width < wid || f->width == 0 || f->maxdepth < subf->f->bits->depth){ in loadchar() 286 if(f->maxdepth < subf->f->bits->depth) in loadchar() 287 f->maxdepth = subf->f->bits->depth; in loadchar() 288 i = fontresize(f, f->width, f->ncache, f->maxdepth); in loadchar() 391 f->maxdepth = depth; in fontresize()
|
| /plan9/sys/src/cmd/fossil/ |
| H A D | srcload.c | 13 int maxdepth; variable 123 if(depth > maxdepth) in new() 124 maxdepth = depth; in new() 269 fprint(2, "count = %d top = %d depth=%d maxcount %d\n", cc, n, maxdepth, max); in stats()
|
| H A D | archive.c | 115 uint maxdepth; member 203 if(p->depth > p->maxdepth) in archWalk() 204 p->maxdepth = p->depth; in archWalk() 410 addr, p.maxdepth, p.nfixed, in archThread()
|
| /plan9/sys/src/cmd/disk/kfs/ |
| H A D | chk.c | 32 static int maxdepth; variable 126 maxdepth = 0; in check() 292 if(depth >= maxdepth){ in fsck() 293 maxdepth = depth; in fsck() 294 if(maxdepth >= MAXDEPTH){ in fsck()
|
| /plan9/sys/src/cmd/cwfs/ |
| H A D | chk.c | 37 static int maxdepth; variable 169 maxdepth = 0; in cmd_check() 234 print("deepest recursion=%d\n", maxdepth-1); /* one-origin */ in cmd_check() 387 if(depth >= maxdepth) in fsck() 388 maxdepth = depth; in fsck()
|
| /plan9/sys/src/libscribble/ |
| H A D | syms | 712 'D' 20 maxdepth; 731 print(" maxdepth ", addr.maxdepth, "\n");
|
| /plan9/sys/include/ |
| H A D | draw.h | 308 int maxdepth; /* maximum depth of all loaded subfonts */ member
|
| /plan9/sys/src/cmd/unix/drawterm/include/ |
| H A D | draw.h | 309 int maxdepth; /* maximum depth of all loaded subfonts */ member
|
| /plan9/sys/include/ape/ |
| H A D | draw.h | 316 int maxdepth; /* maximum depth of all loaded subfonts */ member
|