Searched refs:PDWidth (Results 1 – 1 of 1) sorted by relevance
1311 double PDWidth, PDHeight; in getMargins() local1320 PDWidth = StringToDouble( GetCommandLineToken( 0, aArea ) ); in getMargins()1327 rRight = (int)(PDWidth - ImURx + 0.5); in getMargins()1346 double PDWidth, PDHeight; in getPaperDimension() local1348 PDWidth = StringToDouble( GetCommandLineToken( 0, aArea ) ); in getPaperDimension()1351 rWidth = (int)(PDWidth + 0.5); in getPaperDimension()1362 double PDWidth, PDHeight; in matchPaper() local1368 PDWidth = StringToDouble( GetCommandLineToken( 0, aArea ) ); in matchPaper()1370 PDWidth /= (double)nWidth; in matchPaper()1372 if( PDWidth >= 0.9 && PDWidth <= 1.1 && in matchPaper()[all …]
Completed in 26 milliseconds