Home
last modified time | relevance | path

Searched refs:aVDev (Results 26 – 45 of 45) sorted by relevance

12

/aoo42x/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx176 VirtualDevice aVDev; in GetSymbolGraphic() local
177 aVDev.SetMapMode(MapMode(MAP_100TH_MM)); in GetSymbolGraphic()
183 SdrView* pView = new SdrView( pModel, &aVDev ); in GetSymbolGraphic()
/aoo42x/main/canvas/source/vcl/
H A Dcanvasfont.cxx129 VirtualDevice aVDev( rOutDev ); in getFontMetrics() local
130 aVDev.SetFont(getVCLFont()); in getFontMetrics()
131 const ::FontMetric& aMetric( aVDev.GetFontMetric() ); in getFontMetrics()
/aoo42x/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()
/aoo42x/main/sc/source/ui/undo/
H A Dundostyl.cxx127 VirtualDevice aVDev; in lcl_DocStyleChanged() local
128 Point aLogic = aVDev.LogicToPixel( Point(1000,1000), MAP_TWIP ); in lcl_DocStyleChanged()
132 pDoc->StyleSheetChanged( pStyle, bRemoved, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in lcl_DocStyleChanged()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/cui/source/tabpages/
H A Dtpline.cxx1002 VirtualDevice aVDev; in Reset() local
1003 aVDev.SetMapMode(MapMode(MAP_100TH_MM)); in Reset()
1010 SdrView* pView = new SdrView( pModel, &aVDev ); in Reset()
1732 VirtualDevice aVDev; in IMPL_LINK() local
1733 aVDev.SetMapMode(MapMode(MAP_100TH_MM)); in IMPL_LINK()
1741 SdrView* pView = new SdrView( pModel, &aVDev ); in IMPL_LINK()
/aoo42x/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()
/aoo42x/main/vcl/source/gdi/
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 Dimpvect.cxx823 VirtualDevice aVDev; in ImplVectorize() local
824 const Size aLogSize1( aVDev.PixelToLogic( Size( 1, 1 ), aMap ) ); in ImplVectorize()
H A Dcvtsvm.cxx2325 VirtualDevice aVDev; in ImplWriteActions() local
2328 aVDev.AddHatchActions( rPolyPoly, rHatch, aTmpMtf ); in ImplWriteActions()
/aoo42x/main/canvas/workben/
H A Dcanvasdemo.cxx576 VirtualDevice aVDev(*this); in Paint() local
577 aVDev.SetOutputSizePixel(aVDevSize); in Paint()
578 uno::Reference< rendering::XCanvas > xVDevCanvas( aVDev.GetCanvas(), in Paint()
/aoo42x/main/filter/source/graphicfilter/epict/
H A Depict.cxx1889 VirtualDevice aVDev; in WriteOpcodes() local
1893 aVDev.SetMapMode( aTargetMapMode ); in WriteOpcodes()
1894 aVDev.AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in WriteOpcodes()
1901 VirtualDevice aVDev; in WriteOpcodes() local
1905 aVDev.SetMapMode( aTargetMapMode ); in WriteOpcodes()
1906 aVDev.AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in WriteOpcodes()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/svx/source/unodraw/
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()
/aoo42x/main/automation/source/server/
H A Dstatemnt.cxx3892 VirtualDevice aVDev( *pControl ); in HandleVisibleControls() local
3894 aVDev.SetOutputSizePixel( aSz ); in HandleVisibleControls()
3895 aVDev.DrawBitmap( aPt, aBmp ); in HandleVisibleControls()
3896 aBmp = aVDev.GetBitmap( Point(), aSz ); in HandleVisibleControls()

Completed in 184 milliseconds

12