Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dsalgdilayout.cxx127 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… in mirror()
129 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()
137 … x = x - pOutDevRef->GetOutputWidthPixel() + devX - pOutDevRef->GetOutOffXPixel() + 1; in mirror()
139 … x = pOutDevRef->GetOutputWidthPixel() - (x - devX) + pOutDevRef->GetOutOffXPixel() - 1; in mirror()
163 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… 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()
[all …]
H A Doutdev3.cxx6507 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6577 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/vcl/inc/vcl/
H A Doutdev.hxx1104 long GetOutOffXPixel() const { return mnOutOffX; } in GetOutOffXPixel() function in OutputDevice