Lines Matching refs:pOutDev
386 void ImplImageBmp::Draw( sal_uInt16 nPos, OutputDevice* pOutDev, in Draw() argument
390 if( pOutDev->IsDeviceOutputNecessary() ) in Draw()
395 aOutSize = ( pSize ? *pSize : pOutDev->PixelToLogic( maSize ) ); in Draw()
400 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, maDisabledBmpEx ); in Draw()
434 const StyleSettings& rSettings = pOutDev->GetSettings().GetStyleSettings(); in Draw()
530 pOutDev->DrawBitmapEx( rPos, aOutSize, aTmpBmpEx ); in Draw()
536 if( pOutDev->GetOutDevType() == OUTDEV_WINDOW ) in Draw()
538 ImplUpdateDisplayBmp( pOutDev ); in Draw()
545 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, *pOutputBmp ); in Draw()
555 pOutDev in ImplUpdateDisplayBmp()
566 const Bitmap aBmp( maBmpEx.GetBitmap().CreateDisplayBitmap( pOutDev ) ); in ImplUpdateDisplayBmp()
569 mpDisplayBmp = new BitmapEx( aBmp, maBmpEx.GetMask().CreateDisplayBitmap( pOutDev ) ); in ImplUpdateDisplayBmp()