Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx159 long nProductY = nDPIY * rMapRes.mnMapScNumY; in ImplCalcBigIntThreshold() local
161 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 26 milliseconds