Searched refs:aOutputSz (Results 1 – 1 of 1) sorted by relevance
1321 Size aOutputSz; in Print() local1324 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleX); in Print()1325 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()1329 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleY); in Print()1330 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleY); in Print()1334 (aPaperSz.Width() / 2) - (aOutputSz.Width() / 2), in Print()1335 (aPaperSz.Height()/ 2) - (aOutputSz.Height() / 2)); in Print()1340 pPrinter->DrawBitmap( aPosOffs, aOutputSz, aDlg ); in Print()
Completed in 21 milliseconds