Home
last modified time | relevance | path

Searched refs:unitwidth (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h50 short unitwidth; /* size at which widths are given, in effect */ member
H A Dmakedev.c144 fscanf(fin, "%hd", &dev.unitwidth); in main()
295 width[0] = dev.res * dev.unitwidth / 72 / 3;
H A Dt10.c117 Unitwidth = dev.unitwidth; in ptinit()
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h46 short unitwidth; /* size at which widths are given, in effect */ member
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DDESC30 # Description file for Postscript printers. The resolution and unitwidth have
43 unitwidth 10
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c149 fscanf(fin, "%hd", &dev.unitwidth); in main()
313 width[0] = dev.res * dev.unitwidth / 72 / 3; /* should be rounded */ in dofont()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c352 int unitwidth; /* set to dev.unitwidth */ variable
1366 unitwidth = dev.unitwidth; in fontinit()
2329 lastw = widthfac * (((pw[i] & BMASK) * pstab[size-1] + unitwidth/2) / unitwidth); in put1()