Home
last modified time | relevance | path

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

/original-bsd/contrib/groff-1.08/pic/
H A Dobject.cc105 double max_height = 0.0; in compute_scale() local
106 lookup_variable("maxpsht", &max_height); in compute_scale()
108 || (max_height > 0.0 && sdim.y > max_height)) { in compute_scale()
110 double yscale = dim.y/max_height; in compute_scale()