Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx526 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX; in ImplLogicXToDevicePixel()
538 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY; in ImplLogicYToDevicePixel()
550 maThresRes.mnThresLogToPixX ); in ImplLogicWidthToDevicePixel()
571 maThresRes.mnThresLogToPixY ); in ImplLogicHeightToDevicePixel()
591 maThresRes.mnThresPixToLogX ); in ImplDevicePixelToLogicWidth()
611 maThresRes.mnThresPixToLogY ); in ImplDevicePixelToLogicHeight()
632 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
635 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY ); in ImplLogicToDevicePixel()
647 maThresRes.mnThresLogToPixX ), in ImplLogicToDevicePixel()
650 maThresRes.mnThresLogToPixY ) ); in ImplLogicToDevicePixel()
[all …]
H A Doutdev.cxx410 maThresRes.mnThresLogToPixX = 0; in OutputDevice()
411 maThresRes.mnThresLogToPixY = 0; in OutputDevice()
412 maThresRes.mnThresPixToLogX = 0; in OutputDevice()
413 maThresRes.mnThresPixToLogY = 0; in OutputDevice()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx341 ImplThresholdRes maThresRes; member in OutputDevice