Searched refs:fFactorLog (Results 1 – 1 of 1) sorted by relevance
126 double fFactorLog = static_cast< double >( aLogSize.Width() ) / aLogSize.Height(); in CreateThumb() local129 if( fFactorPix > fFactorLog ) in CreateThumb()130 aBmpSize.Width() = FRound( aBmpSize.Height() * fFactorLog ); in CreateThumb()132 aBmpSize.Height() = FRound( aBmpSize.Width() / fFactorLog ); in CreateThumb()
Completed in 13 milliseconds