Lines Matching refs:rWallpaper

794 										   const Wallpaper& rWallpaper )  in ImplDrawColorWallpaper()  argument
800 SetFillColor( rWallpaper.GetColor() ); in ImplDrawColorWallpaper()
813 const Wallpaper& rWallpaper ) in ImplDrawBitmapWallpaper() argument
816 const BitmapEx* pCached = rWallpaper.ImplGetImpWallpaper()->ImplGetCachedBitmap(); in ImplDrawBitmapWallpaper()
820 const WallpaperStyle eStyle = rWallpaper.GetStyle(); in ImplDrawBitmapWallpaper()
829 aBmpEx = rWallpaper.GetBitmap(); in ImplDrawBitmapWallpaper()
838 if( rWallpaper.IsGradient() ) in ImplDrawBitmapWallpaper()
842 if( !pCached && !rWallpaper.GetColor().GetTransparency() ) in ImplDrawBitmapWallpaper()
845 aVDev.SetBackground( rWallpaper.GetColor() ); in ImplDrawBitmapWallpaper()
856 if( rWallpaper.IsGradient() ) in ImplDrawBitmapWallpaper()
864 ImplDrawGradientWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawBitmapWallpaper()
867 ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawBitmapWallpaper()
872 if( rWallpaper.IsRect() ) in ImplDrawBitmapWallpaper()
874 const Rectangle aBound( LogicToPixel( rWallpaper.GetRect() ) ); in ImplDrawBitmapWallpaper()
896 rWallpaper.ImplGetImpWallpaper()->ImplReleaseCachedBitmap(); in ImplDrawBitmapWallpaper()
898 aBmpEx = rWallpaper.GetBitmap(); in ImplDrawBitmapWallpaper()
1008 rWallpaper ); in ImplDrawBitmapWallpaper()
1018 rWallpaper ); in ImplDrawBitmapWallpaper()
1028 rWallpaper ); in ImplDrawBitmapWallpaper()
1038 rWallpaper ); in ImplDrawBitmapWallpaper()
1045 rWallpaper.ImplGetImpWallpaper()->ImplSetCachedBitmap( aBmpEx ); in ImplDrawBitmapWallpaper()
1056 const Wallpaper& rWallpaper ) in ImplDrawGradientWallpaper() argument
1075 if( OUTDEV_WINDOW == meOutDevType && rWallpaper.GetStyle() == WALLPAPER_APPLICATIONGRADIENT ) in ImplDrawGradientWallpaper()
1086 … ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper.GetGradient().GetEndColor() ); in ImplDrawGradientWallpaper()
1095 DrawGradient( aBound, rWallpaper.GetGradient() ); in ImplDrawGradientWallpaper()
1106 const Wallpaper& rWallpaper ) in ImplDrawWallpaper() argument
1108 if( rWallpaper.IsBitmap() ) in ImplDrawWallpaper()
1109 ImplDrawBitmapWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawWallpaper()
1110 else if( rWallpaper.IsGradient() ) in ImplDrawWallpaper()
1111 ImplDrawGradientWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawWallpaper()
1113 ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawWallpaper()
1119 const Wallpaper& rWallpaper ) in DrawWallpaper() argument
1122 mpMetaFile->AddAction( new MetaWallpaperAction( rRect, rWallpaper ) ); in DrawWallpaper()
1127 if ( rWallpaper.GetStyle() != WALLPAPER_NULL ) in DrawWallpaper()
1135 rWallpaper ); in DrawWallpaper()
1140 mpAlphaVDev->DrawWallpaper( rRect, rWallpaper ); in DrawWallpaper()