Home
last modified time | relevance | path

Searched refs:aVDev (Results 1 – 25 of 45) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7591 VirtualDevice aVDev( 1 ); in GetTextBoundRect() local
7598 aVDev.SetFont( aFont ); in GetTextBoundRect()
7599 aVDev.SetTextAlign( ALIGN_TOP ); in GetTextBoundRect()
7618 aVDev.SetTextFillColor(); in GetTextBoundRect()
7619 aVDev.ImplInitTextColor(); in GetTextBoundRect()
7620 aVDev.ImplDrawText( *pSalLayout ); in GetTextBoundRect()
7805 VirtualDevice aVDev(1); in GetTextOutlines() local
7817 aVDev.SetFont( aFont ); in GetTextOutlines()
7818 aVDev.SetTextAlign( ALIGN_TOP ); in GetTextOutlines()
7820 aVDev.SetTextFillColor(); in GetTextOutlines()
[all …]
H A Dgdimetafiletools.cxx170 VirtualDevice aVDev; in handleBitmapContent() local
172 aVDev.SetOutputSizePixel(aSizePixel); in handleBitmapContent()
173 aVDev.EnableMapMode(false); in handleBitmapContent()
174 aVDev.SetFillColor(COL_WHITE); in handleBitmapContent()
175 aVDev.SetLineColor(); in handleBitmapContent()
180 aVDev.DrawBitmap(Point(0, 0), rBitmapEx.GetAlpha().GetBitmap()); in handleBitmapContent()
185 aVDev.SetBackground(Wallpaper(Color(COL_BLACK))); in handleBitmapContent()
186 aVDev.Erase(); in handleBitmapContent()
212 aVDev.DrawPolyPolygon(aInvertPixelPoly); in handleBitmapContent()
216 aVDev.GetBitmap( in handleBitmapContent()
H A Dgdimtf.cxx995 VirtualDevice aVDev( rMapDev, 0 ); in ImplAddGradientEx() local
996 aVDev.EnableOutput( sal_False ); in ImplAddGradientEx()
999 aGradMtf.Record( &aVDev ); in ImplAddGradientEx()
1000 aVDev.DrawGradient( rPolyPoly, rGrad ); in ImplAddGradientEx()
3031 VirtualDevice aVDev; in CreateThumbnail() local
3092 if ( aVDev.SetOutputSizePixel( aFullSize ) ) in CreateThumbnail()
3103 Bitmap aBmp( aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) ); in CreateThumbnail()
3125 aVDev.SetLineColor( COL_BLACK ); in CreateThumbnail()
3126 aVDev.SetFillColor( COL_BLACK ); in CreateThumbnail()
3127 aVDev.DrawRect( aOverlayRect); in CreateThumbnail()
[all …]
H A Doutdev2.cxx1578 VirtualDevice aVDev( *this ); in GetBitmap() local
1580 if ( aVDev.SetOutputSizePixel( aRect.GetSize() ) ) in GetBitmap()
1582 if ( ((OutputDevice*)&aVDev)->mpGraphics || ((OutputDevice*)&aVDev)->ImplGetGraphics() ) in GetBitmap()
1597 (((OutputDevice*)&aVDev)->mpGraphics)->CopyBits( aPosAry, mpGraphics, this, this ); in GetBitmap()
1604 aBmp = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in GetBitmap()
H A Doutdev6.cxx467 VirtualDevice aVDev( *this, 1 ); in DrawTransparent() local
474 if( aVDev.SetOutputSizePixel( aDstSz ) ) in DrawTransparent()
480 aVDev.SetLineColor( COL_BLACK ); in DrawTransparent()
481 aVDev.SetFillColor( COL_BLACK ); in DrawTransparent()
482 aVDev.DrawPolyPolygon( aPolyPoly ); in DrawTransparent()
485 Bitmap aPolyMask( aVDev.GetBitmap( Point(), aDstSz ) ); in DrawTransparent()
844 VirtualDevice aVDev( *this ); in ImplDrawBitmapWallpaper() local
845 aVDev.SetBackground( rWallpaper.GetColor() ); in ImplDrawBitmapWallpaper()
846 aVDev.SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) ); in ImplDrawBitmapWallpaper()
847 aVDev.DrawBitmapEx( Point(), aBmpEx ); in ImplDrawBitmapWallpaper()
[all …]
H A Dimpvect.cxx823 VirtualDevice aVDev; in ImplVectorize() local
824 const Size aLogSize1( aVDev.PixelToLogic( Size( 1, 1 ), aMap ) ); in ImplVectorize()
H A Dimpanmvw.cxx175 VirtualDevice aVDev; in ImplDrawToPos() local
178 aVDev.SetOutputSizePixel( maSzPix, sal_False ); in ImplDrawToPos()
182 ImplDraw( i, &aVDev ); in ImplDrawToPos()
187 mpOut->DrawOutDev( maDispPt, maDispSz, Point(), maSzPix, aVDev ); in ImplDrawToPos()
H A Dimpgraph.cxx559 VirtualDevice aVDev; in ImplGetBitmap() local
560 … Size aDrawSize(aVDev.LogicToPixel(maMetaFile.GetPrefSize(), maMetaFile.GetPrefMapMode())); in ImplGetBitmap()
594 const Rectangle aRect(maMetaFile.GetBoundRect(aVDev, &aHairlineRect)); in ImplGetBitmap()
611 if(aVDev.SetOutputSizePixel(aPixelSize)) in ImplGetBitmap()
615 aVDev.SetAntialiasing(aVDev.GetAntialiasing() | ANTIALIASING_ENABLE_B2DDRAW); in ImplGetBitmap()
620 aVDev.SetAntialiasing(aVDev.GetAntialiasing() | ANTIALIASING_PIXELSNAPHAIRLINE); in ImplGetBitmap()
623 ImplDraw( &aVDev, Point(), aDrawSize ); in ImplGetBitmap()
626 … const_cast< ImpGraphic* >(this)->maEx = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in ImplGetBitmap()
H A Dcvtsvm.cxx2325 VirtualDevice aVDev; in ImplWriteActions() local
2328 aVDev.AddHatchActions( rPolyPoly, rHatch, aTmpMtf ); in ImplWriteActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx121 VirtualDevice aVDev; member in PSWriter
368 aVDev.SetMapMode( pMTF->GetPrefMapMode() ); in WritePS()
397 ImplWriteActions( *pMTF, aVDev ); in WritePS()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx598 VirtualDevice aVDev( *this ); in DrawPauseScene() local
601 aVDev.SetMapMode( aVMap ); in DrawPauseScene()
602 aVDev.SetBackground( Wallpaper( Color( COL_BLACK ) ) ); in DrawPauseScene()
605 aVDev.SetFont( aFont ); in DrawPauseScene()
607 const Size aVDevSize( aOutSize.Width(), aVDev.GetTextHeight() ); in DrawPauseScene()
609 if( aVDev.SetOutputSize( aVDevSize ) ) in DrawPauseScene()
618 aVDev.DrawText( Point( aOffset.Width(), 0 ), aText ); in DrawPauseScene()
619 DrawOutDev( Point( aOutOrg.X(), aOffset.Height() ), aVDevSize, Point(), aVDevSize, aVDev ); in DrawPauseScene()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx360 VirtualDevice aVDev; in GetData() local
364 aVDev.EnableOutput( sal_False ); in GetData()
365 aVDev.SetMapMode( aMapMode ); in GetData()
368 aMtf.Record( &aVDev ); in GetData()
370 pEmbObj->DoDraw( &aVDev, Point(), aVisArea.GetSize(), JobSetup(), ASPECT_CONTENT ); in GetData()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx671 VirtualDevice aVDev; in GetGraphic() local
755 pLocalView.reset( new SdrView( mpDoc, &aVDev ) ); in GetGraphic()
774 aVDev.SetMapMode( aMap ); in GetGraphic()
776aVDev.SetDrawMode( aVDev.GetDrawMode() | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_… in GetGraphic()
777 aVDev.EnableOutput( sal_False ); in GetGraphic()
778 aMtf.Record( &aVDev ); in GetGraphic()
790 pView = new SdrView( mpDoc, &aVDev ); in GetGraphic()
809 aVDev.Push(); in GetGraphic()
811 aVDev.SetRelativeMapMode( aVMap ); in GetGraphic()
812 aVDev.IntersectClipRegion( aClipRect ); in GetGraphic()
[all …]
H A Dunoshape.cxx739 VirtualDevice aVDev; in GetBitmap() local
740 aVDev.SetMapMode(MapMode(MAP_100TH_MM)); in GetBitmap()
745 E3dView* pView = new E3dView( pModel, &aVDev ); in GetBitmap()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2975 VirtualDevice aVDev; in ImplRenderer() local
2976 aVDev.EnableOutput( sal_False ); in ImplRenderer()
2981 aVDev.SetMapMode( rMtf.GetPrefMapMode() ); in ImplRenderer()
2984 const Size aMtfSizePixPre( aVDev.LogicToPixel( aMtfSize, in ImplRenderer()
2987 const Point aMtfOriginPix( aVDev.LogicToPixel( aEmptyPt ) ); in ImplRenderer()
2997 aVDev, in ImplRenderer()
3011 aVDev ); in ImplRenderer()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx1096 VirtualDevice aVDev( rOutDev ); in fillTexturedPolyPolygon() local
1097 aVDev.SetOutputSizePixel( aPolygonDeviceRect.GetSize() ); in fillTexturedPolyPolygon()
1106 aVDev.SetClipRegion( aPolyClipRegion ); in fillTexturedPolyPolygon()
1107 textureFill( aVDev, in fillTexturedPolyPolygon()
1121 aVDev.GetBitmap( aEmptyPoint, in fillTexturedPolyPolygon()
1122 aVDev.GetOutputSizePixel() ) ); in fillTexturedPolyPolygon()
1126 AlphaMask aAlpha( aVDev.GetOutputSizePixel(), in fillTexturedPolyPolygon()
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx129 static VirtualDevice aVDev; in setupMethodStubs() local
133 aVDev.SetOutputSizePixel(aVDevSize); in setupMethodStubs()
136 const Bitmap aBitmap( aVDev.GetBitmap(aPt1,aVDevSize) ); in setupMethodStubs()
347 boost::cref(aVDev) )); in setupMethodStubs()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx272 VirtualDevice aVDev; in WriteGraphic() local
275 if( aVDev.SetOutputSizePixel( aSize ) ) in WriteGraphic()
281 aVDev.Erase(); in WriteGraphic()
282 rGraphic.Draw( &aVDev, aPt, aSize ); in WriteGraphic()
286 aVDev.SetBackground( aWallpaper ); in WriteGraphic()
287 aVDev.Erase(); in WriteGraphic()
288 rGraphic.Draw( &aVDev, aPt, aSize ); in WriteGraphic()
290 aVDev.SetRasterOp( ROP_XOR ); in WriteGraphic()
305 VirtualDevice aVDev; in WriteGraphic() local
308 if( aVDev.SetOutputSizePixel( aSize ) ) in WriteGraphic()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx134 VirtualDevice aVDev; in initFavorites() local
138 aVDev.SetOutputSizePixel(aSize); in initFavorites()
146 aVDev.DrawCheckered(aNull, aSize, nLen, aW, aG); in initFavorites()
150 aVDev.SetBackground(rStyleSettings.GetFieldColor()); in initFavorites()
151 aVDev.Erase(); in initFavorites()
154 aVDev.DrawBitmapEx(aNull, aThumb); in initFavorites()
155 maFavoritesHorizontal.push_back(aVDev.GetBitmap(aNull, aSize)); in initFavorites()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1597 VirtualDevice aVDev; in DoAction() local
1599 aVDev.SetOutputSizePixel(aBitmapEx.GetBitmap().GetSizePixel()); in DoAction()
1600 aVDev.DrawGradient(Rectangle(Point(0, 0), aVDev.GetOutputSizePixel()), rGradient); in DoAction()
1602 aNewMask = AlphaMask(aVDev.GetBitmap(Point(0, 0), aVDev.GetOutputSizePixel())); in DoAction()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx581 VirtualDevice aVDev; in CreateThumb() local
582 FmFormView aView(const_cast< FmFormModel* >(&rModel), &aVDev); in CreateThumb()
H A Dgaltheme.cxx882 VirtualDevice aVDev; in GetGraphic() local
883 aVDev.SetMapMode( MapMode( MAP_100TH_MM ) ); in GetGraphic()
884 FmFormView aView( aModel.GetModel(), &aVDev ); in GetGraphic()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx1107 VirtualDevice aVDev; in ImpReplaceTransparency() local
1113 aVDev.EnableOutput( sal_False ); in ImpReplaceTransparency()
1114 aMtf.Record( &aVDev ); in ImpReplaceTransparency()
1117 aVDev.SetLineColor( rColor ); in ImpReplaceTransparency()
1118 aVDev.SetFillColor( rColor ); in ImpReplaceTransparency()
1122 aVDev.DrawRect( Rectangle( rPrefMap.GetOrigin(), rPrefSize ) ); in ImpReplaceTransparency()
H A D_contdlg.cxx200 VirtualDevice aVDev; in CreateAutoContour() local
207 if ( aVDev.SetOutputSizePixel( rSizePix ) ) in CreateAutoContour()
209 aVDev.SetLineColor( Color( COL_BLACK ) ); in CreateAutoContour()
210 aVDev.SetFillColor( Color( COL_BLACK ) ); in CreateAutoContour()
220 aVDev.SetMapMode( aTransMap ); in CreateAutoContour()
225 aVDev.SetMapMode( aTransMap ); in CreateAutoContour()
226 aBmp = aVDev.GetBitmap( Point(), rSizePix ); in CreateAutoContour()
241 VirtualDevice aVDev; in CreateAutoContour() local
254 if( aVDev.SetOutputSizePixel( aSizePix ) ) in CreateAutoContour()
257 aTmpGrf.Draw( &aVDev, aPt, aSizePix ); in CreateAutoContour()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2258 VirtualDevice aVDev; in ImplDrawTiled() local
2262 aVDev.SetOutputSizePixel( Size( nNumTilesInCacheX*rSizePixel.Width(), in ImplDrawTiled()
2264 aVDev.SetMapMode( aMapMode ); in ImplDrawTiled()
2267 if( ImplRenderTempTile( aVDev, SubdivisionExponent, nNumTilesInCacheX, in ImplDrawTiled()
2270 BitmapEx aTileBitmap( aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ) ); in ImplDrawTiled()
2282 if( aAlphaGraphic.ImplRenderTempTile( aVDev, SubdivisionExponent, nNumTilesInCacheX, in ImplDrawTiled()
2288 … AlphaMask( aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ) ) ); in ImplDrawTiled()
2291aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ).CreateMask( Color(COL_WHITE) ) ); in ImplDrawTiled()

Completed in 275 milliseconds

12