Searched refs:aBmpSz (Results 1 – 2 of 2) sorted by relevance
992 Size aBmpSz( aBrk1.GetSizePixel() ); in Paint() local993 aBmpSz = PixelToLogic( aBmpSz ); in Paint()995 aBmpOff.X() = ( aOutSz.Width() - aBmpSz.Width() ) / 2; in Paint()996 aBmpOff.Y() = ( nLineHeight - aBmpSz.Height() ) / 2; in Paint()
1313 Size aBmpSz( pPrinter->PixelToLogic( aDlg.GetSizePixel() ) ); in Print() local1316 double nBmpSzWidth = aBmpSz.Width(); in Print()1317 double nBmpSzHeight = aBmpSz.Height(); in Print()
Completed in 34 milliseconds