Home
last modified time | relevance | path

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

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