Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx184 const Size aMtfSizePix( maVDev.LogicToPixel( rMtf.GetPrefSize(), rMtf.GetPrefMapMode() ) ); in WriteEMF() local
234 … (sal_Int32) 0 << (sal_Int32) 0 << (sal_Int32) ( aMtfSizePix.Width() - 1 ) << (sal_Int32) ( aMtfSi… in WriteEMF()
238 << (sal_Int32) aMtfSizePix.Width() << (sal_Int32) aMtfSizePix.Height() in WriteEMF()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1695 const Size aMtfSizePix( ::std::max( aMtfSizePixPre.Width(), 1L ), in createActions() local
1711 … getState( rStates ).transform.scale( (double)rSize.Width() / aMtfSizePix.Width(), in createActions()
1712 … (double)rSize.Height() / aMtfSizePix.Height() ); in createActions()
2991 const Size aMtfSizePix( ::std::max( aMtfSizePixPre.Width(), 1L ), in ImplRenderer() local
3007 getState( aStateStack ).transform.scale( 1.0 / aMtfSizePix.Width(), in ImplRenderer()
3008 1.0 / aMtfSizePix.Height() ); in ImplRenderer()

Completed in 25 milliseconds