Home
last modified time | relevance | path

Searched refs:rSalLayout (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3223 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()
4626rSalLayout.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 …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx878 void X11SalGraphics::DrawServerSimpleFontString( const ServerFontLayout& rSalLayout ) in DrawServerSimpleFontString() argument
880 ServerFont& rFont = rSalLayout.GetServerFont(); in DrawServerSimpleFontString()
894 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerSimpleFontString()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx468 void SvpSalGraphics::DrawServerFontLayout( const ServerFontLayout& rSalLayout ) in DrawServerFontLayout() argument
474 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in DrawServerFontLayout()

Completed in 50 milliseconds