Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/gallery2/
H A Dgalobj.cxx126 double fFactorLog = static_cast< double >( aLogSize.Width() ) / aLogSize.Height(); in CreateThumb() local
129 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 11 milliseconds