Searched refs:pOutDevRef (Results 1 – 2 of 2) sorted by relevance
123 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror() local127 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… 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()173 … x = x - pOutDevRef->GetOutputWidthPixel() + devX - pOutDevRef->GetOutOffXPixel() + nWidth; in mirror()175 … x = pOutDevRef->GetOutputWidthPixel() - (x - devX) + pOutDevRef->GetOutOffXPixel() - nWidth; in mirror()202 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… in mirror()233 …pPtAry2[j].mnX = pPtAry[i].mnX - pOutDevRef->GetOutputWidthPixel() + devX - pOutDevRef->GetOutOffX… in mirror()243 …pPtAry2[j].mnX = pOutDevRef->GetOutputWidthPixel() - (pPtAry[i].mnX - devX) + pOutDevRef->GetOutOf… in mirror()[all …]
4613 OutputDevice *pOutDevRef = (OutputDevice *)this; in ImplDrawTextDirect() local4615 … 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() local4625 long devX = pOutDevRef->mnOutOffX; // re-mirrored mnOutOffX in ImplDrawTextDirect()4626 …rSalLayout.DrawBase().X() = pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - devX) + devX; in ImplDrawTextDirect()
Completed in 60 milliseconds