Searched refs:unitwidth (Results 1 – 9 of 9) sorted by relevance
48 short unitwidth; /* size at which widths are given, in effect */ member
53 short unitwidth; /* size at which widths are given, in effect */ member
146 fscanf(fin, "%hd", &dev.unitwidth); in main()297 width[0] = dev.res * dev.unitwidth / 72 / 3;
119 Unitwidth = dev.unitwidth; in ptinit()
22 # Description file for Postscript printers. The resolution and unitwidth have35 unitwidth 10
31 # Description file for Postscript printers. The resolution and unitwidth have44 unitwidth 10
39 unitwidth 10
151 fscanf(fin, "%hd", &dev.unitwidth); in main()315 width[0] = dev.res * dev.unitwidth / 72 / 3; /* should be rounded */ in dofont()
354 int unitwidth; /* set to dev.unitwidth */ variable1368 unitwidth = dev.unitwidth; in fontinit()2331 lastw = widthfac * (((pw[i] & BMASK) * pstab[size-1] + unitwidth/2) / unitwidth); in put1()