Searched refs:aMtfSizePix (Results 1 – 2 of 2) sorted by relevance
184 const Size aMtfSizePix( maVDev.LogicToPixel( rMtf.GetPrefSize(), rMtf.GetPrefMapMode() ) ); in WriteEMF() local234 … (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()
1695 const Size aMtfSizePix( ::std::max( aMtfSizePixPre.Width(), 1L ), in createActions() local1711 … 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() local3007 getState( aStateStack ).transform.scale( 1.0 / aMtfSizePix.Width(), in ImplRenderer()3008 1.0 / aMtfSizePix.Height() ); in ImplRenderer()
Completed in 35 milliseconds