Searched refs:DrawBase (Results 1 – 6 of 6) sorted by relevance
3224 const Point aBase = rSalLayout.DrawBase(); in ImplDrawTextBackground()4524 int nX = rSalLayout.DrawBase().X(); in ImplDrawRotateText()4525 int nY = rSalLayout.DrawBase().Y(); in ImplDrawRotateText()4528 rSalLayout.DrawBase() = Point( 0, 0 ); in ImplDrawRotateText()4603 long nOldX = rSalLayout.DrawBase().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()4750 rSalLayout.DrawBase() = aOrigPos; in ImplDrawSpecialText()[all …]
2121 rLayout.DrawBase() += maDrawBase; in DrawText()2126 rLayout.DrawBase() -= maDrawBase; in DrawText()2299 rLayout.DrawBase() = maDrawBase; in GetOutline()2319 rLayout.DrawBase() = maDrawBase; in GetBoundRect()
7122 rLayout.DrawBase() += Point( nOff, nOff ); in drawShadow()7124 rLayout.DrawBase() -= Point( nOff, nOff ); in drawShadow()
63 maImpl.DrawBase() = maDrawBase; in AdjustLayout()76 maImpl.DrawBase() = maDrawBase; in GetNextGlyphs()
157 Point& DrawBase() { return maDrawBase; } in DrawBase() function in SalLayout158 const Point& DrawBase() const { return maDrawBase; } in DrawBase() function in SalLayout
2944 maImpl.DrawBase() = WinLayout::maDrawBase;2957 maImpl.DrawBase() = WinLayout::maDrawBase;2999 maImpl.DrawBase() = WinLayout::maDrawBase;
Completed in 100 milliseconds