Searched defs:unitwidth (Results 1 - 3 of 3) 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
/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/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 48 milliseconds