Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1311 double PDWidth, PDHeight; in getMargins() local
1321 PDHeight = StringToDouble( GetCommandLineToken( 1, aArea ) ); in getMargins()
1326 rUpper = (int)(PDHeight - ImURy + 0.5); in getMargins()
1346 double PDWidth, PDHeight; in getPaperDimension() local
1349 PDHeight = StringToDouble( GetCommandLineToken( 1, aArea ) ); in getPaperDimension()
1350 rHeight = (int)(PDHeight + 0.5); in getPaperDimension()
1362 double PDWidth, PDHeight; in matchPaper() local
1369 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