Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6585 Size aMtfSize100; in GetBLIPDirect() local
6600 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()
6603 aMtfSize100.Width() /= 360, aMtfSize100.Height() /= 360; in GetBLIPDirect()
6606 *pVisArea = Rectangle( Point(), aMtfSize100 ); in GetBLIPDirect()
6716 if ( ( aMtfSize100.Width() >= 1000 ) && ( aMtfSize100.Height() >= 1000 ) ) in GetBLIPDirect()
6721 if( aOldSize.Width() && ( aOldSize.Width() != aMtfSize100.Width() ) && in GetBLIPDirect()
6722 aOldSize.Height() && ( aOldSize.Height() != aMtfSize100.Height() ) ) in GetBLIPDirect()
6724 aMtf.Scale( (double) aMtfSize100.Width() / aOldSize.Width(), in GetBLIPDirect()
6725 (double) aMtfSize100.Height() / aOldSize.Height() ); in GetBLIPDirect()
6726 aMtf.SetPrefSize( aMtfSize100 ); in GetBLIPDirect()