Lines Matching refs:rOutDev
308 const OutputDevice& rOutDev ) in DrawOutDev() argument
312 DBG_CHKOBJ( &rOutDev, OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev()
314 …DBG_ASSERT( rOutDev.meOutDevType != OUTDEV_PRINTER, "Don't use OutputDevice::DrawOutDev(...) with … in DrawOutDev()
316 …if ( (meOutDevType == OUTDEV_PRINTER) || (rOutDev.meOutDevType == OUTDEV_PRINTER) || ImplIsRecordL… in DrawOutDev()
327 const Bitmap aBmp( rOutDev.GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev()
334 aPosAry.mnSrcX = rOutDev.ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev()
335 aPosAry.mnSrcY = rOutDev.ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
336 aPosAry.mnSrcWidth = rOutDev.ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in DrawOutDev()
337 aPosAry.mnSrcHeight = rOutDev.ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in DrawOutDev()
345 if( rOutDev.mpAlphaVDev ) in DrawOutDev()
348 DrawBitmapEx( rDestPt, rDestSize, rOutDev.GetBitmapEx(rSrcPt, rSrcSize) ); in DrawOutDev()
356 ImplDrawOutDevDirect( &rOutDev, aPosAry ); in DrawOutDev()
364 if( rOutDev.mpAlphaVDev ) in DrawOutDev()
367 DrawBitmapEx( rDestPt, rDestSize, rOutDev.GetBitmapEx(rSrcPt, rSrcSize) ); in DrawOutDev()
372 ImplDrawOutDevDirect( &rOutDev, aPosAry ); in DrawOutDev()
451 const OutputDevice& rOutDev, const Region& rRegion ) in ImplDrawFrameDev() argument
486 ImplDrawOutDevDirect( &rOutDev, aPosAry ); in ImplDrawFrameDev()