Home
last modified time | relevance | path

Searched refs:pVDev (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx695 pVDev->SetMapMode(aMap); in DrawTransparent()
706 pVDev->DrawOutDev( in DrawTransparent()
719 const Bitmap aPaint(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent()
727 const AlphaMask aAlpha(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent()
750 aPaint = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
756 pVDev->DrawRect( Rectangle( pVDev->PixelToLogic( Point() ), pVDev->GetOutputSize() ) ); in DrawTransparent()
763 aMask = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
771 pVDev->DrawMask( Point(), pVDev->GetOutputSizePixel(), aMask, Color( COL_WHITE ) ); in DrawTransparent()
773 aAlpha = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
775 delete pVDev; in DrawTransparent()
[all …]
H A Dpdfwriter_impl2.cxx445 VirtualDevice* pVDev = new VirtualDevice; in playMetafile() local
454 pVDev->SetMapMode( aMapMode ); in playMetafile()
471 pVDev->EnableMapMode( sal_False ); in playMetafile()
473 pVDev->EnableMapMode( sal_True ); in playMetafile()
476 pVDev->SetLineColor( COL_BLACK ); in playMetafile()
477 pVDev->SetFillColor( COL_BLACK ); in playMetafile()
484 pVDev->EnableMapMode( sal_False ); in playMetafile()
486 pVDev->EnableMapMode( sal_True ); in playMetafile()
491 pVDev->SetDrawMode( DRAWMODE_DEFAULT ); in playMetafile()
492 pVDev->EnableMapMode( sal_False ); in playMetafile()
[all …]
H A Doutdev4.cxx953 VirtualDevice* pVDev; in DrawGradient() local
965 pVDev = new VirtualDevice(); in DrawGradient()
968 if( pVDev->SetOutputSizePixel( aDstSize) ) in DrawGradient()
976 pVDev->SetRasterOp( ROP_XOR ); in DrawGradient()
978 pVDev->SetMapMode( aVDevMap ); in DrawGradient()
980 pVDev->SetFillColor( COL_BLACK ); in DrawGradient()
981 pVDev->SetRasterOp( ROP_0 ); in DrawGradient()
982 pVDev->DrawPolyPolygon( aPolyPoly ); in DrawGradient()
983 pVDev->SetRasterOp( ROP_XOR ); in DrawGradient()
986 pVDev->SetMapMode( aVDevMap ); in DrawGradient()
[all …]
H A Dimpanmvw.cxx205 void ImplAnimView::ImplDraw( sal_uLong nPos, VirtualDevice* pVDev ) in ImplDraw() argument
249 if( !pVDev ) in ImplDraw()
256 pDev = pVDev; in ImplDraw()
292 if( !pVDev ) in ImplDraw()
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx144 pVDev->SetFont(rRuleFont); in lcl_PaintLevel()
150 pVDev->SetFont(rTextFont); in lcl_PaintLevel()
206 if(!pVDev) in UserDraw()
216 pVDev->DrawRect(aOrgRect); in UserDraw()
229 pVDev->DrawLine(aStart, aEnd); in UserDraw()
231 pVDev->DrawLine(aStart, aEnd); in UserDraw()
237 *pVDev ); in UserDraw()
285 pVDev->DrawRect(aOrgRect); in UserDraw()
414 *pVDev ); in UserDraw()
433 pVDev ( NULL ) in SvxNumValueSet()
[all …]
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx1044 pVDev->SetFont( aFont ); in lcl_DrawBullet()
1049 pVDev->SetFont(aTmpFont); in lcl_DrawBullet()
1086 pVDev->SetOutputSize( aSize ); in Paint()
1091 pVDev->DrawRect(aRect); in Paint()
1190 pVDev->SetFont(aStdFont); in Paint()
1250 pVDev->DrawRect( aRect1 ); in Paint()
1253 pVDev->DrawRect( aRect2 ); in Paint()
1302 pVDev->SetFont(aStdFont); in Paint()
1313 pVDev->SetFont(aStdFont); in Paint()
1332 *pVDev ); in Paint()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalvd.cxx133 pVDev->setHDC(hDC); in CreateVirtualDevice()
134 pVDev->mhBmp = hBmp; in CreateVirtualDevice()
136 pVDev->mhDefBmp = SelectBitmap( hDC, hBmp ); in CreateVirtualDevice()
138 pVDev->mhDefBmp = NULL; in CreateVirtualDevice()
139 pVDev->mpGraphics = pVirGraphics; in CreateVirtualDevice()
140 pVDev->mnBitCount = nBitCount; in CreateVirtualDevice()
141 pVDev->mbGraphics = FALSE; in CreateVirtualDevice()
142 pVDev->mbForeignDC = (pData != NULL); in CreateVirtualDevice()
145 pVDev->mpNext = pSalData->mpFirstVD; in CreateVirtualDevice()
146 pSalData->mpFirstVD = pVDev; in CreateVirtualDevice()
[all …]
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx484 pVDev->DrawGradient( aRect, g ); in DoPaint()
487 pVDev->SetLineColor( Color ( COL_GRAY ) ); in DoPaint()
488 pVDev->DrawRect( aSecondLine ); in DoPaint()
489 pVDev->DrawRect( aRight ); in DoPaint()
491 pVDev->SetLineColor( Color ( COL_GRAY ) ); in DoPaint()
492 pVDev->DrawRect( aFirstLine ); in DoPaint()
493 pVDev->DrawRect( aLeft ); in DoPaint()
501 pVDev->SetLineColor( Color( COL_GRAY ) ); in DoPaint()
507 pVDev->DrawRect( aSnapping ); in DoPaint()
511 pVDev->DrawRect( aSnapping ); in DoPaint()
[all …]
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx252 pVDev ( NULL ) in SvxNumValueSet2()
261 delete pVDev; in ~SvxNumValueSet2()
317 if(!pVDev) in UserDraw()
321 pVDev = new VirtualDevice(*pDev); in UserDraw()
327 pVDev->SetLineColor( aBackColor ); in UserDraw()
329 pVDev->DrawRect(aOrgRect); in UserDraw()
334 pVDev->SetLineColor(aTextColor); in UserDraw()
336 pVDev->SetLineColor(aLineColor); in UserDraw()
343 pVDev->DrawLine(aStart, aEnd); in UserDraw()
345 pVDev->DrawLine(aStart, aEnd); in UserDraw()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalvd.cxx115 Os2SalVirtualDevice* pVDev = new Os2SalVirtualDevice; in CreateVirtualDevice() local
128 pVDev->mhDC = hDC; in CreateVirtualDevice()
129 pVDev->mhPS = hPS; in CreateVirtualDevice()
130 pVDev->mhBmp = hBmp; in CreateVirtualDevice()
131 pVDev->mhDefBmp = Ft2SetBitmap( hPS, hBmp ); in CreateVirtualDevice()
132 pVDev->mpGraphics = pVirGraphics; in CreateVirtualDevice()
133 pVDev->mnBitCount = nBitCount; in CreateVirtualDevice()
134 pVDev->mbGraphics = FALSE; in CreateVirtualDevice()
135 return pVDev; in CreateVirtualDevice()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2652 pVDev->SetFont( aFont ); in lcl_DrawBullet()
2659 pVDev->SetFont(aTmpFont); in lcl_DrawBullet()
2677 pVDev->SetOutputSize( aSize ); in Paint()
2684 pVDev->DrawRect(aRect); in Paint()
2786 pVDev->SetFont(aStdFont); in Paint()
2801 pVDev->SetFont(aSaveFont); in Paint()
2853 pVDev->DrawRect( aRect1 ); in Paint()
2856 pVDev->DrawRect( aRect2 ); in Paint()
2932 pVDev->SetFont(aStdFont); in Paint()
2966 *pVDev ); in Paint()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx114 void SdDocPreviewWin::ImpPaint( GDIMetaFile* pFile, OutputDevice* pVDev ) in ImpPaint() argument
117 Size aSize = pVDev->GetOutputSize(); in ImpPaint()
125 pVDev->SetLineColor(); in ImpPaint()
126 pVDev->SetFillColor( Color( aColorConfig.GetColorValue( svtools::APPBACKGROUND ).nColor ) ); in ImpPaint()
127 pVDev->DrawRect(Rectangle( Point(0,0 ), pVDev->GetOutputSize())); in ImpPaint()
130 pVDev->SetFillColor( maDocumentColor ); in ImpPaint()
131 pVDev->DrawRect(Rectangle(aPoint, aSize)); in ImpPaint()
133 pFile->Play( pVDev, aPoint, aSize ); in ImpPaint()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx47 X11SalVirtualDevice *pVDev = new X11SalVirtualDevice(); in CreateVirtualDevice() local
68 …if( !pVDev->Init( GetX11SalData()->GetDisplay(), nDX, nDY, nBitCount, nScreen, pData->hDrawable, p… in CreateVirtualDevice()
70 delete pVDev; in CreateVirtualDevice()
74 else if( !pVDev->Init( GetX11SalData()->GetDisplay(), nDX, nDY, nBitCount, in CreateVirtualDevice()
78 delete pVDev; in CreateVirtualDevice()
82 pVDev->InitGraphics( pVDev ); in CreateVirtualDevice()
83 return pVDev; in CreateVirtualDevice()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx438 VirtualDevice* pVDev = new VirtualDevice(); in CreatePageVDev() local
465 pVDev->SetMapMode( aMM ); in CreatePageVDev()
471 bSuccess = pVDev->SetOutputSizePixel(Size(nWidthPixel, nHeightPixel)); in CreatePageVDev()
475 bSuccess = pVDev->SetOutputSize(aPageSize); in CreatePageVDev()
480 SdrView* pView = new SdrView(mpDoc, pVDev); in CreatePageVDev()
491 pView->CompleteRedraw(pVDev, aRegion, &aRedirector); in CreatePageVDev()
499 return pVDev; in CreatePageVDev()
759 VirtualDevice* pVDev = CreatePageVDev( pPage, nWidthPix, nHeightPix ); in GetGraphic() local
761 if( pVDev ) in GetGraphic()
763 aGraphic = pVDev->GetBitmap( Point(), pVDev->GetOutputSize() ); in GetGraphic()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx446 sal_uInt16 FlashFont::getGlyph( sal_uInt16 nChar, VirtualDevice* pVDev ) in getGlyph() argument
459 Font aOldFont( pVDev->GetFont() ); in getGlyph()
462 pVDev->SetFont( aNewFont ); in getGlyph()
467 pVDev->GetTextOutline( aPolyPoly, nChar ); in getGlyph()
498 pVDev->SetFont( aOldFont ); in getGlyph()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx358 VirtualDevice* pVDev = GetVirtualDevice(); in ImpPaint() local
361 if ( pVDev->GetFillColor() != rBackgroundColor ) in ImpPaint()
362 pVDev->SetFillColor( rBackgroundColor ); in ImpPaint()
363 if ( pVDev->GetBackground().GetColor() != rBackgroundColor ) in ImpPaint()
364 pVDev->SetBackground( rBackgroundColor ); in ImpPaint()
367 Size aOutSz( pVDev->GetOutputSizePixel() ); in ImpPaint()
371 bVDevValid = pVDev->SetOutputSizePixel( rRect.GetSize() ); in ImpPaint()
380 bVDevValid = pVDev->SetOutputSizePixel( rRect.GetSize() ); in ImpPaint()
384 pVDev->Erase(); in ImpPaint()
397 ImpPaint( pVDev, aStartPos, &aTmpRec, NULL, pDrawSelection ); in ImpPaint()
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLineStyleValueSet.cxx33 pVDev(NULL), in LineStyleValueSet()
44 delete pVDev; in ~LineStyleValueSet()
H A DLineWidthValueSet.cxx32 pVDev(NULL), in LineWidthValueSet()
46 delete pVDev; in ~LineWidthValueSet()
H A DLineStyleValueSet.hxx42 VirtualDevice* pVDev; member in svx::sidebar::LineStyleValueSet
H A DLineWidthValueSet.hxx46 VirtualDevice* pVDev; member in svx::sidebar::LineWidthValueSet
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx127 VCLXVirtualDevice* pVDev = new VCLXVirtualDevice; in createDevice() local
130 pVDev->SetVirtualDevice( pVclVDev ); in createDevice()
131 xRef = pVDev; in createDevice()
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx33 pVDev(NULL), in CellLineStyleValueSet()
44 delete pVDev; in ~CellLineStyleValueSet()
H A DCellLineStyleValueSet.hxx33 VirtualDevice* pVDev; member in sc::sidebar::CellLineStyleValueSet
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxdevice.hxx126 void SetVirtualDevice( VirtualDevice* pVDev ) { SetOutputDevice( (OutputDevice*)pVDev ); } in SetVirtualDevice() argument
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2818 rFont.SetPhysFont( pVDev ); in RecalcFormatterFontMetrics()
2819 aMetric = pVDev->GetFontMetric(); in RecalcFormatterFontMetrics()
3735 VirtualDevice* pVDev = GetVirtualDevice( pTarget->GetMapMode(), pTarget->GetDrawMode() ); in Paint() local
3736 pVDev->SetDigitLanguage( GetRefDevice()->GetDigitLanguage() ); in Paint()
3763 pVDev->SetBackground( aBackgroundColor ); in Paint()
3767 Size aOutSz( pVDev->GetOutputSizePixel() ); in Paint()
3771 bVDevValid = pVDev->SetOutputSizePixel( aClipRecPixel.GetSize() ); in Paint()
3780 bVDevValid = pVDev->SetOutputSizePixel( aClipRecPixel.GetSize() ); in Paint()
3784 pVDev->Erase(); in Paint()
3815 Paint( pVDev, aTmpRec, aStartPos ); in Paint()
[all …]

Completed in 171 milliseconds

12