Searched refs:rSalLayout (Results 1 – 3 of 3) sorted by relevance
3152 long OutputDevice::ImplGetTextWidth( const SalLayout& rSalLayout ) const in ImplGetTextWidth()3154 long nWidth = rSalLayout.GetTextWidth(); in ImplGetTextWidth()3155 nWidth /= rSalLayout.GetUnitsPerPixel(); in ImplGetTextWidth()3221 void OutputDevice::ImplDrawTextBackground( const SalLayout& rSalLayout ) in ImplDrawTextBackground() argument3223 const long nWidth = rSalLayout.GetTextWidth() / rSalLayout.GetUnitsPerPixel(); in ImplDrawTextBackground()3224 const Point aBase = rSalLayout.DrawBase(); in ImplDrawTextBackground()3243 Rectangle OutputDevice::ImplGetTextBoundRect( const SalLayout& rSalLayout ) in ImplGetTextBoundRect() argument3245 Point aPoint = rSalLayout.GetDrawPosition(); in ImplGetTextBoundRect()3249 long nWidth = rSalLayout.GetTextWidth(); in ImplGetTextBoundRect()4155 void OutputDevice::ImplDrawTextLines( SalLayout& rSalLayout, in ImplDrawTextLines() argument[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()