Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx811 VirtualDevice aMapVDev; in Move() local
813 aMapVDev.EnableOutput( sal_False ); 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()
877 … aOffset = aMapVDev.LogicToLogic( aBaseOffset, GetPrefMapMode(), aMapVDev.GetMapMode() ); in Move()
919 VirtualDevice aMapVDev; in Clip() local
921 aMapVDev.EnableOutput( sal_False ); in Clip()
933 … aCurRect = aMapVDev.LogicToLogic( i_rClipRect, GetPrefMapMode(), aMapVDev.GetMapMode() ); in Clip()
1022 VirtualDevice aMapVDev; in Rotate() local
[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()

Completed in 26 milliseconds