Searched refs:rThresRes (Results 1 – 1 of 1) sorted by relevance
122 ImplThresholdRes& rThresRes ) in ImplCalcBigIntThreshold() argument126 rThresRes.mnThresLogToPixX = 0; in ImplCalcBigIntThreshold()127 rThresRes.mnThresPixToLogX = 0; in ImplCalcBigIntThreshold()137 rThresRes.mnThresLogToPixX = LONG_MAX; in ImplCalcBigIntThreshold()139 rThresRes.mnThresLogToPixX = Abs( (LONG_MAX - nDenomHalfX) / nProductX ); in ImplCalcBigIntThreshold()142 rThresRes.mnThresPixToLogX = LONG_MAX; in ImplCalcBigIntThreshold()144 … rThresRes.mnThresPixToLogX = (long)(((sal_uLong)LONG_MAX - (sal_uLong)( nProductX/2)) / nDenomX); in ImplCalcBigIntThreshold()146 … rThresRes.mnThresPixToLogX = (long)(((sal_uLong)LONG_MAX + (sal_uLong)(-nProductX/2)) / nDenomX); in ImplCalcBigIntThreshold()151 rThresRes.mnThresLogToPixY = 0; in ImplCalcBigIntThreshold()152 rThresRes.mnThresPixToLogY = 0; in ImplCalcBigIntThreshold()[all …]