Searched refs:maxsource (Results 1 – 1 of 1) sorted by relevance
1247 double maxsource = 0.0; /* Used for auto rotations */ in psStart() local1276 maxsource = (pswidth >= psheight) ? pswidth : psheight; in psStart()1279 if (((maxsource == pswidth) && (maxtarget != reqwidth)) || in psStart()1280 ((maxsource == psheight) && (maxtarget != reqheight))) in psStart()