Lines Matching refs:aVDev
467 VirtualDevice aVDev( *this, 1 ); in DrawTransparent() local
474 if( aVDev.SetOutputSizePixel( aDstSz ) ) in DrawTransparent()
480 aVDev.SetLineColor( COL_BLACK ); in DrawTransparent()
481 aVDev.SetFillColor( COL_BLACK ); in DrawTransparent()
482 aVDev.DrawPolyPolygon( aPolyPoly ); in DrawTransparent()
485 Bitmap aPolyMask( aVDev.GetBitmap( Point(), aDstSz ) ); in DrawTransparent()
844 VirtualDevice aVDev( *this ); in ImplDrawBitmapWallpaper() local
845 aVDev.SetBackground( rWallpaper.GetColor() ); in ImplDrawBitmapWallpaper()
846 aVDev.SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) ); in ImplDrawBitmapWallpaper()
847 aVDev.DrawBitmapEx( Point(), aBmpEx ); in ImplDrawBitmapWallpaper()
848 aBmpEx = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in ImplDrawBitmapWallpaper()