Searched refs:nDenomY (Results 1 – 1 of 1) sorted by relevance
158 sal_uLong nDenomY = rMapRes.mnMapScDenomY; in ImplCalcBigIntThreshold() local166 if ( !nDenomY ) in ImplCalcBigIntThreshold()169 rThresRes.mnThresPixToLogY = (long)(((sal_uLong)LONG_MAX - (sal_uLong)( nProductY/2)) / nDenomY); in ImplCalcBigIntThreshold()171 rThresRes.mnThresPixToLogY = (long)(((sal_uLong)LONG_MAX + (sal_uLong)(-nProductY/2)) / nDenomY); in ImplCalcBigIntThreshold()
Completed in 20 milliseconds