Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dsalgdilayout.cxx123 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror() local
127 …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()
159 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror() local
163 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… in mirror()
165 x = x - devX + pOutDevRef->GetOutOffXPixel(); in mirror()
[all …]
H A Doutdev3.cxx4613 OutputDevice *pOutDevRef = (OutputDevice *)this; in ImplDrawTextDirect() local
4615 … long devX = w-pOutDevRef->mnOutWidth-pOutDevRef->mnOutOffX; // re-mirrored mnOutOffX in ImplDrawTextDirect()
4616 …rSalLayout.DrawBase().X() = devX + ( pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - dev… in ImplDrawTextDirect()
4623 OutputDevice *pOutDevRef = (OutputDevice *)this; in ImplDrawTextDirect() local
4625 long devX = pOutDevRef->mnOutOffX; // re-mirrored mnOutOffX in ImplDrawTextDirect()
4626 …rSalLayout.DrawBase().X() = pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - devX) + devX; in ImplDrawTextDirect()