Searched refs:PDHeight (Results 1 – 1 of 1) sorted by relevance
1311 double PDWidth, PDHeight; in getMargins() local1321 PDHeight = StringToDouble( GetCommandLineToken( 1, aArea ) ); in getMargins()1326 rUpper = (int)(PDHeight - ImURy + 0.5); in getMargins()1346 double PDWidth, PDHeight; in getPaperDimension() local1349 PDHeight = StringToDouble( GetCommandLineToken( 1, aArea ) ); in getPaperDimension()1350 rHeight = (int)(PDHeight + 0.5); in getPaperDimension()1362 double PDWidth, PDHeight; in matchPaper() local1369 PDHeight = StringToDouble( GetCommandLineToken( 1, aArea ) ); in matchPaper()1371 PDHeight /= (double)nHeight; in matchPaper()1373 PDHeight >= 0.9 && PDHeight <= 1.1 ) in matchPaper()[all …]
Completed in 22 milliseconds