Home
last modified time | relevance | path

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

/AOO41X/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.cxx1193 VirtualDevice aMapVDev; // here, we record only mapmode information in RemoveTransparenciesFromMetaFile() local
1194 aMapVDev.EnableOutput(sal_False); in RemoveTransparenciesFromMetaFile()
1221 aMapVDev.Push(); in RemoveTransparenciesFromMetaFile()
1223 aMapVDev.mnDPIX = aPaintVDev.mnDPIX = mnDPIX; in RemoveTransparenciesFromMetaFile()
1224 aMapVDev.mnDPIY = aPaintVDev.mnDPIY = mnDPIY; in RemoveTransparenciesFromMetaFile()
1245 pCurrAct->Execute( &aMapVDev ); in RemoveTransparenciesFromMetaFile()
1247 MapMode aMtfMap( aMapVDev.GetMapMode() ); in RemoveTransparenciesFromMetaFile()
1248 … const Point aNewOrg( aMapVDev.PixelToLogic( aDstPtPix ) ); in RemoveTransparenciesFromMetaFile()
1255 pCurrAct->Execute( &aMapVDev ); in RemoveTransparenciesFromMetaFile()
1295 aMapVDev.Pop(); in RemoveTransparenciesFromMetaFile()