Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c467 float pointslop = SLOP; /* horizontal error in points */ variable
843 if ( (pointslop = atof(optarg)) < 0 ) in options()
844 pointslop = 0; in options()
1748 slop = pointslop * res / POINTS + .5; in t_init()