Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h48 short unitwidth; /* size at which widths are given, in effect */ member
/onnv-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h53 short unitwidth; /* size at which widths are given, in effect */ member
H A Dmakedev.c146 fscanf(fin, "%hd", &dev.unitwidth); in main()
297 width[0] = dev.res * dev.unitwidth / 72 / 3;
H A Dt10.c119 Unitwidth = dev.unitwidth; in ptinit()
/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DDESC.big22 # Description file for Postscript printers. The resolution and unitwidth have
35 unitwidth 10
H A DDESC31 # Description file for Postscript printers. The resolution and unitwidth have
44 unitwidth 10
H A DDESC.small39 unitwidth 10
/onnv-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c151 fscanf(fin, "%hd", &dev.unitwidth); in main()
315 width[0] = dev.res * dev.unitwidth / 72 / 3; /* should be rounded */ in dofont()
/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c354 int unitwidth; /* set to dev.unitwidth */ variable
1368 unitwidth = dev.unitwidth; in fontinit()
2331 lastw = widthfac * (((pw[i] & BMASK) * pstab[size-1] + unitwidth/2) / unitwidth); in put1()