Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Doutput.h36 double desired_width; // zero if no depth specified variable
H A Dobject.cpp35 output::output() : args(0), desired_height(0.0), desired_width(0.0) in output()
46 desired_width = wid; in set_desired_width_height()
75 if (desired_width != 0.0 || desired_height != 0.0) { in compute_scale()
77 if (desired_width != 0.0) { in compute_scale()
81 sc = dim.x/desired_width; in compute_scale()
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp1723 int desired_width = parms[4]; in do_import() local
1725 if (desired_width <= 0) { in do_import()
1727 desired_width); in do_import()
1750 desired_height = int(desired_width*(double(old_ht)/double(old_wid)) + .5); in do_import()
1756 .put_fix_number(desired_width) in do_import()