Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/pic/
HDobject.cpp95 distance sdim = dim/sc; in compute_scale() local
100 if ((max_width > 0.0 && sdim.x > max_width) in compute_scale()
101 || (max_height > 0.0 && sdim.y > max_height)) { in compute_scale()