Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c398 float widthfac = 1.0; /* for emulation = res/dev.res */ variable
1745 widthfac = (float) res /dev.res; in t_init()
2329 lastw = widthfac * (((pw[i] & BMASK) * pstab[size-1] + unitwidth/2) / unitwidth); in put1()