Searched refs:nBmpSzHeight (Results 1 – 1 of 1) sorted by relevance
1319 double nBmpSzHeight = aBmpSz.Height(); in Print() local1321 double nScaleY = (nPaperSzHeight / nBmpSzHeight ); in Print()1324 if( nBmpSzHeight * nScaleX <= nPaperSzHeight ) in Print()1327 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()1332 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleY); in Print()
Completed in 23 milliseconds