Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx830 const MapMode aOutMapMode( pOut->GetMapMode() ); in DrawTiled() local
831 …const MapMode aMapMode( aOutMapMode.GetMapUnit(), Point(), aOutMapMode.GetScaleX(), aOutMapMode.… in DrawTiled()
834 … const Size aOutTileSize( ::std::max( 1L, pOut->LogicToPixel( rSize, aOutMapMode ).Width() ), in DrawTiled()
835 … ::std::max( 1L, pOut->LogicToPixel( rSize, aOutMapMode ).Height() ) ); in DrawTiled()
H A Dgrfmgr2.cxx2245 const MapMode aOutMapMode( pOut->GetMapMode() ); in ImplDrawTiled() local
2246 …const MapMode aMapMode( aOutMapMode.GetMapUnit(), Point(), aOutMapMode.GetScaleX(), aOutMapMode.… in ImplDrawTiled()
2304 const Size aOutOffset( pOut->LogicToPixel( rOffset, aOutMapMode ) ); in ImplDrawTiled()
2305 const Rectangle aOutArea( pOut->LogicToPixel( rArea, aOutMapMode ) ); in ImplDrawTiled()