Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx126 rThresRes.mnThresLogToPixX = 0; in ImplCalcBigIntThreshold()
137 rThresRes.mnThresLogToPixX = LONG_MAX; in ImplCalcBigIntThreshold()
139 rThresRes.mnThresLogToPixX = Abs( (LONG_MAX - nDenomHalfX) / nProductX ); in ImplCalcBigIntThreshold()
175 rThresRes.mnThresLogToPixX /= 2; in ImplCalcBigIntThreshold()
526 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX; in ImplLogicXToDevicePixel()
550 maThresRes.mnThresLogToPixX ); in ImplLogicWidthToDevicePixel()
632 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
647 maThresRes.mnThresLogToPixX ), in ImplLogicToDevicePixel()
668 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
674 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
[all …]
H A Doutdev.cxx410 maThresRes.mnThresLogToPixX = 0; in OutputDevice()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx129 long mnThresLogToPixX; // Schwellenwerte fuer Berechnung member