Searched refs:imgNewHeight (Results 1 – 1 of 1) sorted by relevance
5731 sal_Int32 imgNewHeight = 0; in AutoScaleBitmap() local5744 imgNewHeight = sal_Int32(imgOldHeight / (imgOldWidth / aStandardSize) + 0.5); in AutoScaleBitmap()5750 imgNewHeight = aStandardSize; in AutoScaleBitmap()5756 aScaledSize = Size( imgNewWidth, imgNewHeight ); in AutoScaleBitmap()
Completed in 37 milliseconds