Searched refs:aOutMapMode (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 823 const MapMode aOutMapMode( pOut->GetMapMode() ); in DrawTiled() local 824 …const MapMode aMapMode( aOutMapMode.GetMapUnit(), Point(), aOutMapMode.GetScaleX(), aOutMapMode.Ge… in DrawTiled() 827 const Size aOutTileSize( ::std::max( 1L, pOut->LogicToPixel( rSize, aOutMapMode ).Width() ), in DrawTiled() 828 … ::std::max( 1L, pOut->LogicToPixel( rSize, aOutMapMode ).Height() ) ); in DrawTiled()
|
H A D | grfmgr2.cxx | 2245 const MapMode aOutMapMode( pOut->GetMapMode() ); in ImplDrawTiled() local 2246 …const MapMode aMapMode( aOutMapMode.GetMapUnit(), Point(), aOutMapMode.GetScaleX(), aOutMapMode.Ge… in ImplDrawTiled() 2304 const Size aOutOffset( pOut->LogicToPixel( rOffset, aOutMapMode ) ); in ImplDrawTiled() 2305 const Rectangle aOutArea( pOut->LogicToPixel( rArea, aOutMapMode ) ); in ImplDrawTiled()
|
Completed in 31 milliseconds