Home
last modified time | relevance | path

Searched refs:ServerFontLayout (Results 1 – 19 of 19) sorted by relevance

/trunk/main/vcl/inc/
H A Dglyphcache.hxx35 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 Dsalgdi.hxx51 class ServerFontLayout;
314 virtual void DrawServerFontLayout( const ServerFontLayout& ) = 0;
H A Dgraphite_serverfont.hxx50 class VCL_PLUGIN_PUBLIC GraphiteServerFontLayout : public ServerFontLayout
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h54 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& );
H A Dpspgraphics.h127 virtual void DrawServerFontLayout( const ServerFontLayout& );
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx47 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 Dgraphite_serverfont.cxx48 : ServerFontLayout(pFont->font()), mpFont(pFont), in GraphiteServerFontLayout()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx472 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 Dpspgraphics.cxx677 class PspServerFontLayout : public ServerFontLayout
699 : ServerFontLayout( rFont ), in PspServerFontLayout()
798 void PspGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx461 pLayout = new ServerFontLayout( *m_pServerFont[ nFallbackLevel ] ); in GetTextLayout()
468 void SvpSalGraphics::DrawServerFontLayout( const ServerFontLayout& rSalLayout ) in DrawServerFontLayout()
H A Dsvppspgraphics.cxx618 class PspServerFontLayout : public ServerFontLayout
640 : ServerFontLayout( rFont ), in PspServerFontLayout()
713 void PspGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()
H A Dsvpgdi.hxx117 virtual void DrawServerFontLayout( const ServerFontLayout& );
H A Dsvppspgraphics.hxx136 virtual void DrawServerFontLayout( const ServerFontLayout& );
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h331 virtual void DrawServerFontLayout( const ServerFontLayout& );
/trunk/main/vcl/inc/win/
H A Dsalgdi.h361 virtual void DrawServerFontLayout( const ServerFontLayout& );
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h399 virtual void DrawServerFontLayout( const ServerFontLayout& );
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1828 void Os2SalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1802 void AquaSalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx3052 void WinSalGraphics::DrawServerFontLayout( const ServerFontLayout& ) in DrawServerFontLayout() argument

Completed in 98 milliseconds