| /plan9/sys/doc/sam/ |
| H A D | fig6.pic | 4 T: box "\f(CWText\fP" ht 40 wid 112 5 R: box "\f(CWRasp\fP" ht 40 wid 90 with .w at (T.e.x+16, T.e.y) 13 FL: box "\f(CWFlayer\fP" ht 40 wid 75 with .w at end of last line 14 F1: box ht 40 wid 75 with .w at FL.e 15 F2: box ht 40 wid 75 with .w at F1.e 16 F3: box "\&\f(CW...\fP" ht 40 wid 75 with .w at F2.e 18 FX: box invis "\f(CW...\fP" ht 40 wid 75 with .n at (F1.s.x, F1.s.y-24) 20 FR: box "\f(CWFrame\fP" ht 40 wid 75 with .n at (FL.s.x, FL.s.y-24) 27 BM: box "\f(CWBitmap\fP" "(cache)" ht 40 wid 68 with .e at (FR.w.x-28, FR.w.y) 33 B1: box "\f(CWBox\fP" ht 40 wid 45 with .w at end of last line [all …]
|
| H A D | fig7.pic | 6 T1: box ht tw wid 80 7 T2: box "\f(CW\s8for(i=0; i<NL; i++){\s0\fP" ht tw wid 166 with .w at T1.e 8 T3: box ht tw wid 60 with .w at T2.e 9 T4: box "\f(CW\s8/* for each element */\s0\fP" ht tw wid 186 with .w at T3.e 10 T5: box ht tw wid 50
|
| H A D | fig5.pic | 5 $2: box "\f(CWBuffer\fP" $1 ht 40 wid 88 with .nw at 0,40 6 box "\f(CWString\fP" "(cache)" ht 40 wid 72 with .nw at 104,40 12 box "\f(CWDisc\fP" ht 40 wid 88 with .sw at 0,56 13 box "temp. file" ht 40 wid 88 with .sw at 0,0 21 F: box "\f(CWFile\fP" ht 40 wid 112 with .nw at 75,704
|
| /plan9/sys/lib/dist/pc/inst/ |
| H A D | startwin | 8 wid=$1 13 wid=$scr(7) 20 if(test $wid -gt 800) 21 wid=800 23 statwid=`{hoc -e $wid^'*.2'} 29 logwid=`{hoc -e $wid^-$statwid}
|
| /plan9/sys/doc/ |
| H A D | network.pic | 29 box wid 0.99 ht 0.54 at (1.925,4.42); 30 box wid 0.89 ht 0.44 at (1.925,4.42); 33 box wid 0.68 ht 0.38 at (2.48,5.54); 35 box wid 0.68 ht 0.38 at (3.52,5.54); 36 box wid 0.68 ht 0.38 at (3.52,5.54); 37 box wid 0.68 ht 0.38 at (4.56,5.54); 53 box wid 0.68 ht 0.38 at (2.48,5.54); 54 box wid 0.68 ht 0.38 at (0.84,5.54); 65 box wid 0.68 ht 0.38 at (6.34,5.54); 69 box wid 0.68 ht 0.38 at (6.08,7.12);
|
| H A D | fossil.ms | 77 B0: box invis wid 1 "\f(CWVtDataType\fP" 79 L0a: box wid 0.2 81 L0b: box wid 0.2 83 L0c: box invis wid 0.2 "..." 86 L0d: box wid 0.2 88 L0e: box wid 0.2 90 L0f: box invis wid 0.2 "..." 93 L0g: box wid 0.2 95 L0h: box wid 0.2 97 L0i: box invis wid 0.2 "..." [all …]
|
| /plan9/sys/src/libframe/ |
| H A D | frutil.c | 18 if(left >= b->wid) in _frcanfit() 37 if((b->nrune<0? b->minwid : b->wid) > f->r.max.x-p->x){ in _frcklinewrap() 59 p->x += b->wid; in _fradvance() 65 b->wid = _frnewwid0(f, pt, b); in _frnewwid() 66 return b->wid; in _frnewwid() 77 return b->wid; in _frnewwid0() 97 while(b[0].nrune>=0 && nb<n1-1 && b[1].nrune>=0 && pt.x+b[0].wid+b[1].wid<c){ in _frclean()
|
| H A D | frbox.c | 112 b->wid = stringwidth(f->font, (char *)b->ptr); in truncatebox() 126 b->wid = stringwidth(f->font, (char *)b->ptr); in chopbox() 145 b[0].wid += b[1].wid; in _frmergebox()
|
| /plan9/sys/src/cmd/aux/mnihongo/ |
| H A D | mnihongo.c | 59 char *pschar(char *, char *hex, int *wid, int *ht); 184 int size = 10, ht, wid; in kanji() local 187 pschar(s, hex, &wid, &ht); in kanji() 191 wid, ht, wid, wid, ht-2); /* kludge; ought to use ->ascent */ in kanji() 197 char *pschar(char *s, char *hex, int *wid, int *ht) in pschar() argument 206 *wid = ((chpt.x+7) / 8) * 8; in pschar()
|
| /plan9/sys/src/cmd/ |
| H A D | nm.c | 264 int i, wid; in printsyms() local 272 wid = 0; in printsyms() 275 if (s->value && wid == 0) in printsyms() 276 wid = 8; in printsyms() 277 else if (s->value >= 0x100000000LL && wid == 8) in printsyms() 278 wid = 16; in printsyms() 292 Bprint(&bout, "%*llux ", wid, s->value); in printsyms() 294 Bprint(&bout, "%*s ", wid, ""); in printsyms()
|
| /plan9/sys/src/cmd/jpg/ |
| H A D | readppm.c | 165 int i, ch, wid, ht, r, c; in readppm() local 185 wid = Bgetint(b); in readppm() 187 if(wid <= 0 || ht <= 0) in readppm() 189 a->r = Rect(0,0,wid,ht); in readppm() 200 if((rgb[i] = a->chans[i] = malloc(wid*ht)) == nil) in readppm() 203 a->chanlen = wid*ht; in readppm() 212 for(c=0; c<wid; c++) { in readppm()
|
| /plan9/sys/src/libdraw/ |
| H A D | font.c | 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 [all …]
|
| H A D | stringwidth.c | 8 int wid, twid, n, max, l; in _stringnwidth() local 32 while((l = cachechars(f, sptr, rptr, cbuf, max, &wid, &subfontname)) <= 0){ in _stringnwidth() 56 twid += wid; in _stringnwidth()
|
| H A D | string.c | 61 int m, n, wid, max; in _string() local 85 n = cachechars(f, sptr, rptr, cbuf, max, &wid, &subfontname); in _string() 123 pt.x += wid; in _string() 124 bgp.x += wid; in _string()
|
| /plan9/acme/bin/source/ |
| H A D | spout.c | 39 int n, wn, wid, c, m; in spout() local 57 wid = 1; in spout() 59 wid = chartorune(&r, t); in spout() 119 t += wid; in spout()
|
| /plan9/sys/src/9/pc/ |
| H A D | vgavesa.c | 190 int t, w, wid, off; in vesaflush() local 201 wid = scr->gscreen->width; in vesaflush() 202 off = r.min.y * wid + (r.min.x * scr->gscreen->depth) / BI2WD; in vesaflush() 207 esp = sp + Dy(r) * wid; in vesaflush() 210 hp += wid; in vesaflush() 211 sp += wid; in vesaflush()
|
| /plan9/sys/src/cmd/venti/srv/ |
| H A D | graph.c | 121 if(g->wid <= MinWidth) in statgraph() 122 g->wid = DefaultWidth; in statgraph() 125 if(g->wid > nelem(bin)) in statgraph() 126 g->wid = nelem(bin); in statgraph() 132 nbin = g->wid - (Left+Right); in statgraph() 164 m = allocmemimage(Rect(0,0,g->wid,g->ht), ABGR32); in statgraph() 169 r = Rect(Left, Top, g->wid-Right, g->ht-Bottom); in statgraph()
|
| /plan9/usr/glenda/bin/rc/ |
| H A D | screensize | 4 wid=$scr(11) 6 if(test $wid -le 1024)
|
| H A D | riostart | 4 wid=$scr(11) 15 a=`{echo $wid-35 | hoc }
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxline.h | 58 #define gx_set_line_width(plp, wid)\ argument 59 ((plp)->half_width = (wid) / 2)
|
| /plan9/sys/src/cmd/troff/ |
| H A D | n6.c | 41 k = t.tfont.wp[i].wid * t.Char; in n_width() 160 int base, wid; in n_setwd() local 165 base = numtabp[ST].val = numtabp[ST].val = wid = numtabp[CT].val = 0; in n_setwd() 180 wid += k; in n_setwd() 197 setn1(wid, 0, (Tchar) 0); in n_setwd()
|
| H A D | t11.c | 94 int i, nw, n, wid, kern, code, type; in getfont() local 125 sscanf(s1, "%d", &wid); in getfont() 158 chtemp[n].wid = wid; in getfont() 170 chtemp[' '].wid = ftemp->spacewidth; /* width of space on this font */ in getfont()
|
| /plan9/sys/src/cmd/venti/srv/www/ |
| H A D | stats.js | 197 function graphrow(row, span, name, dt, wid, ht, fill, text) { argument 201 url = url+"&wid="+wid 208 s = s+" width="+wid 216 function graphcell(cell, name, dt, wid, ht, fill) { argument 219 cell.width = wid
|
| /plan9/sys/src/cmd/scat/ |
| H A D | image.c | 9 image(Angle ra, Angle dec, Angle wid, Angle hig) in image() argument 59 if(wid <= 0 || hig <= 0) { in image() 67 lowx = h->x - wid*ARCSECONDS_PER_RADIAN*1000 / in image() 71 higx = h->x + wid*ARCSECONDS_PER_RADIAN*1000 / in image()
|
| /plan9/sys/src/libgeometry/ |
| H A D | tstack.c | 153 double xc, yc, wid, hgt, scale; in viewport() local 156 wid=(r.max.x-r.min.x)*aspect; in viewport() 158 scale=.5*(wid<hgt?wid:hgt); in viewport()
|