Home
last modified time | relevance | path

Searched refs:rThresRes (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Doutmap.cxx122 ImplThresholdRes& rThresRes ) in ImplCalcBigIntThreshold() argument
126 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()
144rThresRes.mnThresPixToLogX = (long)(((sal_uLong)LONG_MAX - (sal_uLong)( nProductX/2)) / nDenomX); in ImplCalcBigIntThreshold()
146rThresRes.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 …]