Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx158 sal_uLong nDenomY = rMapRes.mnMapScDenomY; in ImplCalcBigIntThreshold() local
166 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 16 milliseconds