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

/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Doutput.h35 double desired_height; // zero if no height specified member in class:output
H A Dobject.cpp35 output::output() : args(0), desired_height(0.0), desired_width(0.0)
47 desired_height = ht;
75 if (desired_width != 0.0 || desired_height != 0.0) {
83 if (desired_height != 0.0) {
87 double tem = dim.y/desired_height;
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp1724 int desired_height = parms[5];
1730 if (nparms == 6 && desired_height <= 0) {
1732 desired_height);
1750 desired_height = int(desired_width*(double(old_ht)/double(old_wid)) + .5);
1752 if (env->vpos - desired_height < 0)
1758 .put_fix_number(-desired_height)

Completed in 133 milliseconds