Lines Matching refs:aBmpEx
815 BitmapEx aBmpEx; in ImplDrawBitmapWallpaper() local
827 aBmpEx = *pCached; in ImplDrawBitmapWallpaper()
829 aBmpEx = rWallpaper.GetBitmap(); in ImplDrawBitmapWallpaper()
831 const long nBmpWidth = aBmpEx.GetSizePixel().Width(); in ImplDrawBitmapWallpaper()
832 const long nBmpHeight = aBmpEx.GetSizePixel().Height(); in ImplDrawBitmapWallpaper()
833 const sal_Bool bTransparent = aBmpEx.IsTransparent(); in ImplDrawBitmapWallpaper()
847 aVDev.DrawBitmapEx( Point(), aBmpEx ); in ImplDrawBitmapWallpaper()
848 aBmpEx = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in ImplDrawBitmapWallpaper()
898 aBmpEx = rWallpaper.GetBitmap(); in ImplDrawBitmapWallpaper()
899 aBmpEx.Scale( aSize ); in ImplDrawBitmapWallpaper()
900 aBmpEx = BitmapEx( aBmpEx.GetBitmap().CreateDisplayBitmap( this ), aBmpEx.GetMask() ); in ImplDrawBitmapWallpaper()
983 DrawBitmapEx( Point( nBmpX, nBmpY ), aBmpEx ); in ImplDrawBitmapWallpaper()
995 const Size aBmpSize( aBmpEx.GetSizePixel() ); in ImplDrawBitmapWallpaper()
1042 DrawBitmapEx( aPos, aBmpEx ); in ImplDrawBitmapWallpaper()
1045 rWallpaper.ImplGetImpWallpaper()->ImplSetCachedBitmap( aBmpEx ); in ImplDrawBitmapWallpaper()