Lines Matching refs:pVout

260 				VirtualDevice *pVout = 0;  in ImplEndAction()  local
270 if ( !pVout ) in ImplEndAction()
271 pVout = new VirtualDevice( *GetOut() ); in ImplEndAction()
273 pVout->SetMapMode( aMapMode ); in ImplEndAction()
289 const Size aTmp( pVout->GetOutputSize() ); in ImplEndAction()
293 bSizeOK = pVout->SetOutputSize( aRect.SSize() ); in ImplEndAction()
306 pVout->SetLineColor( pOld->GetLineColor() ); in ImplEndAction()
307 pVout->SetFillColor( pOld->GetFillColor() ); in ImplEndAction()
311 pVout->SetMapMode( aMapMode ); in ImplEndAction()
313 pOut = pVout; in ImplEndAction()
318 aRect.Pos(), aRect.SSize(), *pVout ); in ImplEndAction()
375 delete pVout; in ImplEndAction()
449 VirtualDevice *pVout = new VirtualDevice( *pOut ); in ImplUnlockPaint() local
450 pVout->SetMapMode( pOut->GetMapMode() ); in ImplUnlockPaint()
454 if( pVout->SetOutputSize( aSize ) ) in ImplUnlockPaint()
460 pVout->SetLineColor( pOut->GetLineColor() ); in ImplUnlockPaint()
461 pVout->SetFillColor( pOut->GetFillColor() ); in ImplUnlockPaint()
468 pOut = pVout; in ImplUnlockPaint()
472 VisArea().Pos(), aSize, *pVout ); in ImplUnlockPaint()
483 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()