Home
last modified time | relevance | path

Searched refs:aMtfSize100 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6592 Size aMtfSize100; in GetBLIPDirect() local
6607 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()
6610 aMtfSize100.Width() /= 360, aMtfSize100.Height() /= 360; in GetBLIPDirect()
6613 *pVisArea = Rectangle( Point(), aMtfSize100 ); in GetBLIPDirect()
6723 if ( ( aMtfSize100.Width() >= 1000 ) && ( aMtfSize100.Height() >= 1000 ) ) in GetBLIPDirect()
6728 if( aOldSize.Width() && ( aOldSize.Width() != aMtfSize100.Width() ) && in GetBLIPDirect()
6729 aOldSize.Height() && ( aOldSize.Height() != aMtfSize100.Height() ) ) in GetBLIPDirect()
6731 aMtf.Scale( (double) aMtfSize100.Width() / aOldSize.Width(), in GetBLIPDirect()
6732 (double) aMtfSize100.Height() / aOldSize.Height() ); in GetBLIPDirect()
6733 aMtf.SetPrefSize( aMtfSize100 ); in GetBLIPDirect()

Completed in 51 milliseconds