Home
last modified time | relevance | path

Searched refs:nDenomX (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx133 sal_uLong nDenomX = rMapRes.mnMapScDenomX; in ImplCalcBigIntThreshold() local
141 if ( !nDenomX ) 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 42 milliseconds