| /AOO41X/main/vcl/inc/ |
| H A D | glyphcache.hxx | 35 class ServerFontLayout; 51 class ServerFontLayout; 208 friend class ServerFontLayout; 270 class VCL_PLUGIN_PUBLIC ServerFontLayout : public GenericSalLayout class 276 SAL_DLLPRIVATE ServerFontLayout( const ServerFontLayout& ); 277 SAL_DLLPRIVATE ServerFontLayout& operator=( const ServerFontLayout& ); 280 ServerFontLayout( ServerFont& ); 293 virtual bool operator()( ServerFontLayout&, ImplLayoutArgs& );
|
| H A D | salgdi.hxx | 51 class ServerFontLayout; 314 virtual void DrawServerFontLayout( const ServerFontLayout& ) = 0;
|
| H A D | graphite_serverfont.hxx | 50 class VCL_PLUGIN_PUBLIC GraphiteServerFontLayout : public ServerFontLayout
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | salgdi.h | 54 class ServerFontLayout; variable 78 friend class ServerFontLayout; variable 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& );
|
| H A D | pspgraphics.h | 127 virtual void DrawServerFontLayout( const ServerFontLayout& );
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | gcach_layout.cxx | 47 ServerFontLayout::ServerFontLayout( ServerFont& rFont ) in ServerFontLayout() function in ServerFontLayout 51 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 ()()
|
| H A D | graphite_serverfont.cxx | 48 : ServerFontLayout(pFont->font()), mpFont(pFont), in GraphiteServerFontLayout()
|
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | salgdi3.cxx | 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()
|
| H A D | pspgraphics.cxx | 677 class PspServerFontLayout : public ServerFontLayout 699 : ServerFontLayout( rFont ), in PspServerFontLayout() 798 void PspGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svptext.cxx | 461 pLayout = new ServerFontLayout( *m_pServerFont[ nFallbackLevel ] ); in GetTextLayout() 468 void SvpSalGraphics::DrawServerFontLayout( const ServerFontLayout& rSalLayout ) in DrawServerFontLayout()
|
| H A D | svppspgraphics.cxx | 618 class PspServerFontLayout : public ServerFontLayout 640 : ServerFontLayout( rFont ), in PspServerFontLayout() 713 void PspGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()
|
| H A D | svpgdi.hxx | 117 virtual void DrawServerFontLayout( const ServerFontLayout& );
|
| H A D | svppspgraphics.hxx | 136 virtual void DrawServerFontLayout( const ServerFontLayout& );
|
| /AOO41X/main/vcl/inc/os2/ |
| H A D | salgdi.h | 331 virtual void DrawServerFontLayout( const ServerFontLayout& );
|
| /AOO41X/main/vcl/inc/win/ |
| H A D | salgdi.h | 361 virtual void DrawServerFontLayout( const ServerFontLayout& );
|
| /AOO41X/main/vcl/inc/aqua/ |
| H A D | salgdi.h | 399 virtual void DrawServerFontLayout( const ServerFontLayout& );
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salgdi3.cxx | 1828 void Os2SalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salgdi.cxx | 1802 void AquaSalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salgdi3.cxx | 3052 void WinSalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
|