Searched refs:maVDev (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 199 (*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 D | emfwr.hxx | 45 VirtualDevice maVDev; member in EMFWriter
|
/trunk/main/canvas/source/vcl/ |
H A D | spritecanvashelper.cxx | 187 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() 575 maVDev->SetOutputSizePixel( aOutputSize ); in genericUpdate() 579 maVDev->EnableMapMode( sal_False ); in genericUpdate() 581 maVDev->SetClipRegion(); in genericUpdate() 582 maVDev->DrawOutDev( aEmptyPoint, aOutputSize, in genericUpdate() [all …]
|
H A D | backbuffer.cxx | 34 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 D | backbuffer.hxx | 57 ::canvas::vcltools::VCLObject<VirtualDevice> maVDev;
|
H A D | spritecanvashelper.hxx | 158 ::canvas::vcltools::VCLObject< VirtualDevice > maVDev;
|
Completed in 33 milliseconds