Searched refs:aMtfSize100 (Results 1 – 1 of 1) sorted by relevance
6546 Size aMtfSize100; in GetBLIPDirect() local6561 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()6564 aMtfSize100.Width() /= 360, aMtfSize100.Height() /= 360; in GetBLIPDirect()6567 *pVisArea = Rectangle( Point(), aMtfSize100 ); in GetBLIPDirect()6677 if ( ( aMtfSize100.Width() >= 1000 ) && ( aMtfSize100.Height() >= 1000 ) ) in GetBLIPDirect()6682 if( aOldSize.Width() && ( aOldSize.Width() != aMtfSize100.Width() ) && in GetBLIPDirect()6683 aOldSize.Height() && ( aOldSize.Height() != aMtfSize100.Height() ) ) in GetBLIPDirect()6685 aMtf.Scale( (double) aMtfSize100.Width() / aOldSize.Width(), in GetBLIPDirect()6686 (double) aMtfSize100.Height() / aOldSize.Height() ); in GetBLIPDirect()6687 aMtf.SetPrefSize( aMtfSize100 ); in GetBLIPDirect()
Completed in 50 milliseconds