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

/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Doutput.h34 double desired_width; // zero if no depth specified member in class:output
H A Dobject.cpp33 output::output() : args(0), desired_height(0.0), desired_width(0.0)
44 desired_width = wid;
73 if (desired_width != 0.0 || desired_height != 0.0) {
75 if (desired_width != 0.0) {
79 sc = dim.x/desired_width;
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dps.cpp1722 int desired_width = parms[4];
1724 if (desired_width <= 0) {
1726 desired_width);
1749 desired_height = int(desired_width*(double(old_ht)/double(old_wid)) + .5);
1755 .put_fix_number(desired_width)

Completed in 142 milliseconds