Searched refs:dRatio (Results 1 – 3 of 3) sorted by relevance
99 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in CalcSizeAndPos() local102 if (dRatio>dRatioPreV) in CalcSizeAndPos()104 rSize=Size(nWidth, (sal_uInt16)(nWidth/dRatio)); in CalcSizeAndPos()109 rSize=Size((sal_uInt16)(nHeight*dRatio), nHeight); in CalcSizeAndPos()
127 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in ImpPaint() local131 if (dRatio>dRatioPreV) in ImpPaint()133 aSize=Size(nWidth, (sal_uInt16)(nWidth/dRatio)); in ImpPaint()138 aSize=Size((sal_uInt16)(nHeight*dRatio), nHeight); in ImpPaint()
652 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in InitExportParameters() local669 mnHeightPixel = (sal_uInt16)(mnWidthPixel/dRatio); in InitExportParameters()
Completed in 33 milliseconds