Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx129 x = x - devX + pOutDevRef->GetOutOffXPixel(); in mirror()
131 x = devX + (x - pOutDevRef->GetOutOffXPixel()); in mirror()
135 long devX = pOutDevRef->GetOutOffXPixel(); // re-mirrored mnOutOffX in mirror()
165 x = x - devX + pOutDevRef->GetOutOffXPixel(); in mirror()
167 x = devX + (x - pOutDevRef->GetOutOffXPixel()); in mirror()
171 long devX = pOutDevRef->GetOutOffXPixel(); // re-mirrored mnOutOffX in mirror()
209 pPtAry2[j].mnX = pOutDevRef->GetOutOffXPixel() + (pPtAry[i].mnX - devX); in mirror()
219 pPtAry2[j].mnX = devX + (pPtAry[i].mnX - pOutDevRef->GetOutOffXPixel()); in mirror()
226 long devX = pOutDevRef->GetOutOffXPixel(); // re-mirrored mnOutOffX in mirror()
329 aRet.setX( i_rPoint.getX() - devX + pOutDevRef->GetOutOffXPixel() ); in mirror()
[all …]
H A Doutdev3.cxx6507 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6577 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx69 pOutDev->GetOutOffXPixel(), in init()
95 mpSurface->Resize( rSize.getX() + pOutDev->GetOutOffXPixel(), in setSize()
101 pOutDev->GetOutOffXPixel(), in setSize()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx1408 … rRect = Rectangle( Point( pChild->GetOutOffXPixel(), pChild->GetOutOffYPixel() ), Size() ); in ImplHandleExtTextInputPos()
1567 Rectangle aRect( Point( pSaveBackWin->GetOutOffXPixel(), pSaveBackWin->GetOutOffYPixel() ), in ImplHandlePaint()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx1104 long GetOutOffXPixel() const { return mnOutOffX; } in GetOutOffXPixel() function in OutputDevice

Completed in 78 milliseconds