Searched refs:ServerFontLayout (Results 1 – 19 of 19) sorted by relevance
35 class ServerFontLayout;51 class ServerFontLayout;208 friend class ServerFontLayout;270 class VCL_PLUGIN_PUBLIC ServerFontLayout : public GenericSalLayout class276 SAL_DLLPRIVATE ServerFontLayout( const ServerFontLayout& );277 SAL_DLLPRIVATE ServerFontLayout& operator=( const ServerFontLayout& );280 ServerFontLayout( ServerFont& );293 virtual bool operator()( ServerFontLayout&, ImplLayoutArgs& );
51 class ServerFontLayout;314 virtual void DrawServerFontLayout( const ServerFontLayout& ) = 0;
50 class VCL_PLUGIN_PUBLIC GraphiteServerFontLayout : public ServerFontLayout
54 class ServerFontLayout;78 friend class ServerFontLayout;194 void DrawServerFontString( const ServerFontLayout& );195 void DrawServerSimpleFontString( const ServerFontLayout& );196 void DrawServerAAFontString( const ServerFontLayout& );197 bool DrawServerAAForcedString( const ServerFontLayout& );198 void DrawCairoAAFontString( const ServerFontLayout& );274 virtual void DrawServerFontLayout( const ServerFontLayout& );
127 virtual void DrawServerFontLayout( const ServerFontLayout& );
47 ServerFontLayout::ServerFontLayout( ServerFont& rFont ) in ServerFontLayout() function in ServerFontLayout51 void ServerFontLayout::DrawText( SalGraphics& rSalGraphics ) const in DrawText()58 bool ServerFontLayout::LayoutText( ImplLayoutArgs& rArgs ) in LayoutText()72 void ServerFontLayout::AdjustLayout( ImplLayoutArgs& rArgs ) in AdjustLayout()97 bool ServerFontLayoutEngine::operator()( ServerFontLayout& rLayout, ImplLayoutArgs& rArgs ) in operator ()()362 virtual bool operator()( ServerFontLayout&, ImplLayoutArgs& );388 bool IcuLayoutEngine::operator()( ServerFontLayout& rLayout, ImplLayoutArgs& rArgs ) in operator ()()
48 : ServerFontLayout(pFont->font()), mpFont(pFont), in GraphiteServerFontLayout()
472 void X11SalGraphics::DrawCairoAAFontString( const ServerFontLayout& rLayout ) in DrawCairoAAFontString()576 void X11SalGraphics::DrawServerAAFontString( const ServerFontLayout& rLayout ) in DrawServerAAFontString()649 bool X11SalGraphics::DrawServerAAForcedString( const ServerFontLayout& rLayout ) in DrawServerAAForcedString()878 void X11SalGraphics::DrawServerSimpleFontString( const ServerFontLayout& rSalLayout ) in DrawServerSimpleFontString()925 void X11SalGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()1291 pLayout = new ServerFontLayout( *mpServerFont[ nFallbackLevel ] ); in GetTextLayout()
677 class PspServerFontLayout : public ServerFontLayout699 : ServerFontLayout( rFont ), in PspServerFontLayout()798 void PspGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()
461 pLayout = new ServerFontLayout( *m_pServerFont[ nFallbackLevel ] ); in GetTextLayout()468 void SvpSalGraphics::DrawServerFontLayout( const ServerFontLayout& rSalLayout ) in DrawServerFontLayout()
618 class PspServerFontLayout : public ServerFontLayout640 : ServerFontLayout( rFont ), in PspServerFontLayout()713 void PspGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()
117 virtual void DrawServerFontLayout( const ServerFontLayout& );
136 virtual void DrawServerFontLayout( const ServerFontLayout& );
331 virtual void DrawServerFontLayout( const ServerFontLayout& );
361 virtual void DrawServerFontLayout( const ServerFontLayout& );
399 virtual void DrawServerFontLayout( const ServerFontLayout& );
1828 void Os2SalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
1802 void AquaSalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
3052 void WinSalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
Completed in 145 milliseconds