Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c1247 double maxsource = 0.0; /* Used for auto rotations */ in psStart() local
1276 maxsource = (pswidth >= psheight) ? pswidth : psheight; in psStart()
1279 if (((maxsource == pswidth) && (maxtarget != reqwidth)) || in psStart()
1280 ((maxsource == psheight) && (maxtarget != reqheight))) in psStart()