Lines Matching refs:aSize
818 Size aSize; in ImplDrawBitmapWallpaper() local
876 aSize = aBound.GetSize(); in ImplDrawBitmapWallpaper()
881 aSize = Size( nWidth, nHeight ); in ImplDrawBitmapWallpaper()
893 if( !pCached || ( pCached->GetSizePixel() != aSize ) ) in ImplDrawBitmapWallpaper()
899 aBmpEx.Scale( aSize ); in ImplDrawBitmapWallpaper()
909 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
913 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
917 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
922 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
923 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
929 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
930 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
935 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
940 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
941 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
947 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
948 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
966 nFirstX = aPos.X() + ( ( aSize.Width() - nBmpWidth ) >> 1 ); in ImplDrawBitmapWallpaper()
967 nFirstY = aPos.Y() + ( ( aSize.Height() - nBmpHeight ) >> 1 ); in ImplDrawBitmapWallpaper()