Lines Matching refs:nBmpWidth
831 const long nBmpWidth = aBmpEx.GetSizePixel().Width(); in ImplDrawBitmapWallpaper() local
846 aVDev.SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) ); in ImplDrawBitmapWallpaper()
909 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
913 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
922 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
929 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
940 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
947 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
966 nFirstX = aPos.X() + ( ( aSize.Width() - nBmpWidth ) >> 1 ); in ImplDrawBitmapWallpaper()
970 const long nOffX = ( nFirstX - nX ) % nBmpWidth; in ImplDrawBitmapWallpaper()
976 nStartX -= nBmpWidth; in ImplDrawBitmapWallpaper()
982 for( long nBmpX = nStartX; nBmpX <= nRight; nBmpX += nBmpWidth ) in ImplDrawBitmapWallpaper()