Searched refs:nBmpSzHeight (Results 1 – 1 of 1) sorted by relevance
1317 double nBmpSzHeight = aBmpSz.Height(); in Print() local1319 double nScaleY = (nPaperSzHeight / nBmpSzHeight ); in Print()1322 if( nBmpSzHeight * nScaleX <= nPaperSzHeight ) in Print()1325 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()1330 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleY); in Print()
Completed in 19 milliseconds