Searched refs:unitwidth (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h53 short unitwidth; /* size at which widths are given, in effect */ member in struct:dev
H A Dmakedev.c145 } else if (strcmp(cmd, "unitwidth") == 0) {
146 fscanf(fin, "%hd", &dev.unitwidth);
297 width[0] = dev.res * dev.unitwidth / 72 / 3;
H A Dt10.c119 Unitwidth = dev.unitwidth;
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h48 short unitwidth; /* size at which widths are given, in effect */ member in struct:dev
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c150 } else if (strcmp(cmd, "unitwidth") == 0) {
151 fscanf(fin, "%hd", &dev.unitwidth);
315 width[0] = dev.res * dev.unitwidth / 72 / 3; /* should be rounded */
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c354 int unitwidth; /* set to dev.unitwidth */ variable
1368 unitwidth = dev.unitwidth;
2331 lastw = widthfac * (((pw[i] & BMASK) * pstab[size-1] + unitwidth/2) / unitwidth);

Completed in 111 milliseconds