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

/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Doutput.h33 double desired_height; // zero if no height specified member in class:output
H A Dobject.cpp33 output::output() : args(0), desired_height(0.0), desired_width(0.0)
45 desired_height = ht;
73 if (desired_width != 0.0 || desired_height != 0.0) {
81 if (desired_height != 0.0) {
85 double tem = dim.y/desired_height;
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dps.cpp1723 int desired_height = parms[5];
1729 if (nparms == 6 && desired_height <= 0) {
1731 desired_height);
1749 desired_height = int(desired_width*(double(old_ht)/double(old_wid)) + .5);
1751 if (env->vpos - desired_height < 0)
1757 .put_fix_number(-desired_height)

Completed in 125 milliseconds