Lines Matching refs:pVout

257 				VirtualDevice *pVout = 0;  in ImplEndAction()  local
267 if ( !pVout ) in ImplEndAction()
268 pVout = new VirtualDevice( *GetOut() ); in ImplEndAction()
270 pVout->SetMapMode( aMapMode ); in ImplEndAction()
286 const Size aTmp( pVout->GetOutputSize() ); in ImplEndAction()
290 bSizeOK = pVout->SetOutputSize( aRect.SSize() ); in ImplEndAction()
303 pVout->SetLineColor( pOld->GetLineColor() ); in ImplEndAction()
304 pVout->SetFillColor( pOld->GetFillColor() ); in ImplEndAction()
308 pVout->SetMapMode( aMapMode ); in ImplEndAction()
310 pOut = pVout; in ImplEndAction()
315 aRect.Pos(), aRect.SSize(), *pVout ); in ImplEndAction()
372 delete pVout; in ImplEndAction()
446 VirtualDevice *pVout = new VirtualDevice( *pOut ); in ImplUnlockPaint() local
447 pVout->SetMapMode( pOut->GetMapMode() ); in ImplUnlockPaint()
451 if( pVout->SetOutputSize( aSize ) ) in ImplUnlockPaint()
457 pVout->SetLineColor( pOut->GetLineColor() ); in ImplUnlockPaint()
458 pVout->SetFillColor( pOut->GetFillColor() ); in ImplUnlockPaint()
465 pOut = pVout; in ImplUnlockPaint()
469 VisArea().Pos(), aSize, *pVout ); in ImplUnlockPaint()
480 delete pVout; in ImplUnlockPaint()
1357 VirtualDevice *pVout = new VirtualDevice( *GetWin() ); in SmoothScroll() local
1358 pVout->SetLineColor( GetWin()->GetLineColor() ); in SmoothScroll()
1359 pVout->SetFillColor( GetWin()->GetFillColor() ); in SmoothScroll()
1361 pVout->SetMapMode( aMapMode ); in SmoothScroll()
1365 if ( pVout->SetOutputSize( aSize ) ) in SmoothScroll()
1387 pVout->SetMapMode( aMapMode ); in SmoothScroll()
1389 pOut = pVout; in SmoothScroll()
1402 pDrawView->AddWindowToPaintView(pVout); in SmoothScroll()
1420 pDrawView->DeleteWindowFromPaintView(pVout); in SmoothScroll()
1426 const bool bMapModeWasEnabledVDev(pVout->IsMapModeEnabled()); in SmoothScroll()
1427 pVout->EnableMapMode(false); in SmoothScroll()
1428 const Bitmap aBitmap(pVout->GetBitmap(Point(), pVout->GetOutputSizePixel())); in SmoothScroll()
1432 pVout->EnableMapMode(bMapModeWasEnabledVDev); in SmoothScroll()
1527 const Point aSourceTopLeft(pVout->LogicToPixel(aTargetLogic.TopLeft())); in SmoothScroll()
1531 const bool bMapModeWasEnabledSource(pVout->IsMapModeEnabled()); in SmoothScroll()
1533 pVout->EnableMapMode(false); in SmoothScroll()
1545 *pVout); in SmoothScroll()
1553 *pVout); in SmoothScroll()
1557 pVout->EnableMapMode(bMapModeWasEnabledSource); in SmoothScroll()
1579 GetWin()->DrawOutDev(aUpdateTopLeft, aUpdateSize, aUpdateTopLeft, aUpdateSize, *pVout); in SmoothScroll()
1582 …tTargetOutputDevice().DrawOutDev(aUpdateTopLeft, aUpdateSize, aUpdateTopLeft, aUpdateSize, *pVout); in SmoothScroll()
1594 delete pVout; in SmoothScroll()
1601 delete pVout; in SmoothScroll()