Home
last modified time | relevance | path

Searched refs:aMapVDev (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Dgdimtf.cxx811 VirtualDevice aMapVDev; in Move() local
813 aMapVDev.EnableOutput( sal_False ); in Move()
814 aMapVDev.SetMapMode( GetPrefMapMode() ); in Move()
833 pModAct->Execute( &aMapVDev ); in Move()
834 aOffset = aMapVDev.LogicToLogic( aBaseOffset, GetPrefMapMode(), aMapVDev.GetMapMode() ); in Move()
845 VirtualDevice aMapVDev; in Move() local
847 aMapVDev.EnableOutput( sal_False ); in Move()
848 aMapVDev.SetReferenceDevice( nDPIX, nDPIY ); in Move()
849 aMapVDev.SetMapMode( GetPrefMapMode() ); in Move()
868 pModAct->Execute( &aMapVDev ); in Move()
[all …]
H A Dprint2.cxx1177 VirtualDevice aMapVDev; // here, we record only mapmode information in RemoveTransparenciesFromMetaFile() local
1178 aMapVDev.EnableOutput(sal_False); in RemoveTransparenciesFromMetaFile()
1205 aMapVDev.Push(); in RemoveTransparenciesFromMetaFile()
1207 aMapVDev.mnDPIX = aPaintVDev.mnDPIX = mnDPIX; in RemoveTransparenciesFromMetaFile()
1208 aMapVDev.mnDPIY = aPaintVDev.mnDPIY = mnDPIY; in RemoveTransparenciesFromMetaFile()
1229 pCurrAct->Execute( &aMapVDev ); in RemoveTransparenciesFromMetaFile()
1231 MapMode aMtfMap( aMapVDev.GetMapMode() ); in RemoveTransparenciesFromMetaFile()
1232 … const Point aNewOrg( aMapVDev.PixelToLogic( aDstPtPix ) ); in RemoveTransparenciesFromMetaFile()
1239 pCurrAct->Execute( &aMapVDev ); in RemoveTransparenciesFromMetaFile()
1279 aMapVDev.Pop(); in RemoveTransparenciesFromMetaFile()