Lines Matching refs:nBmpHeight
832 const long nBmpHeight = aBmpEx.GetSizePixel().Height(); in ImplDrawBitmapWallpaper() local
846 aVDev.SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) ); in ImplDrawBitmapWallpaper()
917 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
923 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
930 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
935 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
941 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
948 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
967 nFirstY = aPos.Y() + ( ( aSize.Height() - nBmpHeight ) >> 1 ); in ImplDrawBitmapWallpaper()
971 const long nOffY = ( nFirstY - nY ) % nBmpHeight; in ImplDrawBitmapWallpaper()
979 nStartY -= nBmpHeight; in ImplDrawBitmapWallpaper()
981 for( long nBmpY = nStartY; nBmpY <= nBottom; nBmpY += nBmpHeight ) in ImplDrawBitmapWallpaper()