Searched refs:nProductY (Results 1 – 1 of 1) sorted by relevance
159 long nProductY = nDPIY * rMapRes.mnMapScNumY; in ImplCalcBigIntThreshold() local161 if ( !nProductY ) in ImplCalcBigIntThreshold()164 rThresRes.mnThresLogToPixY = Abs( (LONG_MAX - nDenomHalfY) / nProductY ); in ImplCalcBigIntThreshold()168 else if ( nProductY >= 0 ) 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 25 milliseconds