Home
last modified time | relevance | path

Searched refs:nProductX (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx134 long nProductX = nDPIX * rMapRes.mnMapScNumX; in ImplCalcBigIntThreshold() local
136 if ( !nProductX ) in ImplCalcBigIntThreshold()
139 rThresRes.mnThresLogToPixX = Abs( (LONG_MAX - nDenomHalfX) / nProductX ); in ImplCalcBigIntThreshold()
143 else if ( nProductX >= 0 ) 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()

Completed in 14 milliseconds