Lines Matching refs:DrawBase

3224     const Point aBase = rSalLayout.DrawBase();  in ImplDrawTextBackground()
4077 pLayout->DrawBase() = Point( nBaseX+mnTextOffX, nBaseY+mnTextOffY ); in ImplDrawStrikeoutChar()
4161 const Point aStartPt = rSalLayout.DrawBase(); in ImplDrawTextLines()
4508 ImplDrawEmphasisMark( rSalLayout.DrawBase().X(), in ImplDrawEmphasisMarks()
4524 int nX = rSalLayout.DrawBase().X(); in ImplDrawRotateText()
4525 int nY = rSalLayout.DrawBase().Y(); in ImplDrawRotateText()
4528 rSalLayout.DrawBase() = Point( 0, 0 ); in ImplDrawRotateText()
4561 rSalLayout.DrawBase() -= aBoundRect.TopLeft(); in ImplDrawRotateText()
4603 long nOldX = rSalLayout.DrawBase().X(); in ImplDrawTextDirect()
4609 long x = rSalLayout.DrawBase().X(); in ImplDrawTextDirect()
4610 rSalLayout.DrawBase().X() = w - 1 - x; in ImplDrawTextDirect()
4616 …rSalLayout.DrawBase().X() = devX + ( pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - dev… in ImplDrawTextDirect()
4626 …rSalLayout.DrawBase().X() = pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - devX) + devX; in ImplDrawTextDirect()
4632 rSalLayout.DrawBase().X() = nOldX; in ImplDrawTextDirect()
4653 Point aOrigPos = rSalLayout.DrawBase(); in ImplDrawSpecialText()
4720 rSalLayout.DrawBase() += Point( nOff, nOff ); in ImplDrawSpecialText()
4722 rSalLayout.DrawBase() -= Point( nOff, nOff ); in ImplDrawSpecialText()
4734 rSalLayout.DrawBase() = aOrigPos + Point(-1,-1); in ImplDrawSpecialText()
4736 rSalLayout.DrawBase() = aOrigPos + Point(+1,+1); in ImplDrawSpecialText()
4738 rSalLayout.DrawBase() = aOrigPos + Point(-1,+0); in ImplDrawSpecialText()
4740 rSalLayout.DrawBase() = aOrigPos + Point(-1,+1); in ImplDrawSpecialText()
4742 rSalLayout.DrawBase() = aOrigPos + Point(+0,+1); in ImplDrawSpecialText()
4744 rSalLayout.DrawBase() = aOrigPos + Point(+0,-1); in ImplDrawSpecialText()
4746 rSalLayout.DrawBase() = aOrigPos + Point(+1,-1); in ImplDrawSpecialText()
4748 rSalLayout.DrawBase() = aOrigPos + Point(+1,+0); in ImplDrawSpecialText()
4750 rSalLayout.DrawBase() = aOrigPos; in ImplDrawSpecialText()
4776 rSalLayout.DrawBase() += Point( mnTextOffX, mnTextOffY ); in ImplDrawText()
6072 pSalLayout->DrawBase() = ImplLogicToDevicePixel( rLogicalPos ); in ImplLayout()
7616 pSalLayout->DrawBase() = aOffset; in GetTextBoundRect()
7873 pSalLayout->DrawBase() += aOffset; in GetTextOutlines()
7874 …pSalLayout->DrawBase() += Point( ((OutputDevice*)&aVDev)->mnTextOffX, ((OutputDevice*)&aVDev)->mnT… in GetTextOutlines()