Home
last modified time | relevance | path

Searched refs:maVDev (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/svtools/source/filter/wmf/
H A Demfwr.cxx199 (*mpStm) << (sal_Int32) maVDev.ImplGetDPIX() << (sal_Int32) maVDev.ImplGetDPIY(); in WriteEMF()
547 const Point aPoint( maVDev.LogicToLogic( rPoint, maVDev.GetMapMode(), maDestMapMode )); in ImplWritePoint()
555 const Size aSize( maVDev.LogicToLogic( rSize, maVDev.GetMapMode(), maDestMapMode )); in ImplWriteSize()
563 const Rectangle aRect( maVDev.LogicToLogic ( rRect, maVDev.GetMapMode(), maDestMapMode )); in ImplWriteRect()
881 maVDev.SetLineColor(); in Impl_handleLineInfoPolyPolygons()
971 if( maVDev.IsLineColor() || maVDev.IsFillColor() ) in ImplWrite()
987 if( maVDev.IsLineColor() || maVDev.IsFillColor() ) in ImplWrite()
1004 if( maVDev.IsLineColor() || maVDev.IsFillColor() ) in ImplWrite()
1023 if( maVDev.IsLineColor() || maVDev.IsFillColor() ) in ImplWrite()
1085 if( maVDev.IsLineColor() || maVDev.IsFillColor() ) in ImplWrite()
[all …]
H A Demfwr.hxx45 VirtualDevice maVDev; member in EMFWriter
/aoo42x/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx187 maVDev(), in SpriteCanvasHelper()
317 maVDev->SetOutputSizePixel( aOutDevSize ); in updateScreen()
318 maVDev->EnableMapMode( sal_False ); in updateScreen()
319 maVDev->DrawOutDev( aEmptyPoint, aOutDevSize, in updateScreen()
328 ::boost::ref( maVDev.get() ), in updateScreen()
337 *maVDev ); in updateScreen()
574 maVDev->SetOutputSizePixel( aOutputSize ); in genericUpdate()
578 maVDev->EnableMapMode( sal_False ); in genericUpdate()
580 maVDev->SetClipRegion(); in genericUpdate()
581 maVDev->DrawOutDev( aEmptyPoint, aOutputSize, in genericUpdate()
[all …]
H A Dbackbuffer.cxx34 maVDev( new VirtualDevice( rRefDevice, in BackBuffer()
42 maVDev->SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW | maVDev->GetAntialiasing() ); in BackBuffer()
47 maVDev->SetAntialiasing( maVDev->GetAntialiasing() & ~ANTIALIASING_ENABLE_B2DDRAW); in BackBuffer()
54 return maVDev.get(); in getOutDev()
59 return maVDev.get(); in getOutDev()
64 maVDev->SetOutputSizePixel( rNewSize ); in setSize()
H A Dbackbuffer.hxx57 ::canvas::vcltools::VCLObject<VirtualDevice> maVDev;
H A Dspritecanvashelper.hxx158 ::canvas::vcltools::VCLObject< VirtualDevice > maVDev;

Completed in 28 milliseconds