Home
last modified time | relevance | path

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

/original-bsd/contrib/groff-1.08/pic/
H A Dobject.cc103 double max_width = 0.0; in compute_scale() local
104 lookup_variable("maxpswid", &max_width); in compute_scale()
107 if ((max_width > 0.0 && sdim.x > max_width) in compute_scale()
109 double xscale = dim.x/max_width; in compute_scale()