Searched refs:rSalLayout (Results 1 – 3 of 3) sorted by relevance
3223 const long nWidth = rSalLayout.GetTextWidth() / rSalLayout.GetUnitsPerPixel(); in ImplDrawTextBackground()4209 int nWidth = rSalLayout.GetTextWidth() / rSalLayout.GetUnitsPerPixel(); in ImplDrawTextLines()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()4626 …rSalLayout.DrawBase().X() = pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - devX) + devX; in ImplDrawTextDirect()4629 rSalLayout.DrawText( *mpGraphics ); in ImplDrawTextDirect()4632 rSalLayout.DrawBase().X() = nOldX; in ImplDrawTextDirect()4635 ImplDrawTextLines( rSalLayout, in ImplDrawTextDirect()[all …]
468 void SvpSalGraphics::DrawServerFontLayout( const ServerFontLayout& rSalLayout ) in DrawServerFontLayout() argument474 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in DrawServerFontLayout()
878 void X11SalGraphics::DrawServerSimpleFontString( const ServerFontLayout& rSalLayout ) in DrawServerSimpleFontString() argument880 ServerFont& rFont = rSalLayout.GetServerFont(); in DrawServerSimpleFontString()894 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerSimpleFontString()
Completed in 110 milliseconds