Searched refs:ServerFont (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/servers/app/
H A DDesktopSettings.h23 class ServerFont;
44 void GetDefaultPlainFont(ServerFont& font) const;
45 void GetDefaultBoldFont(ServerFont& font) const;
46 void GetDefaultFixedFont(ServerFont& font) const;
91 void SetDefaultPlainFont(const ServerFont& font);
92 void SetDefaultBoldFont(const ServerFont& font);
93 void SetDefaultFixedFont(const ServerFont& font);
H A DDesktopSettingsPrivate.h18 #include "ServerFont.h"
34 void SetDefaultPlainFont(const ServerFont& font);
35 const ServerFont& DefaultPlainFont() const;
37 void SetDefaultBoldFont(const ServerFont& font);
38 const ServerFont& DefaultBoldFont() const;
40 void SetDefaultFixedFont(const ServerFont& font);
41 const ServerFont& DefaultFixedFont() const;
109 ServerFont fPlainFont;
110 ServerFont fBoldFont;
111 ServerFont fFixedFon
[all...]
H A DServerFont.cpp13 #include "ServerFont.h"
124 \param style Style object to which the ServerFont belongs
131 ServerFont::ServerFont(FontStyle& style, float size, float rotation, function in class:ServerFont
149 ServerFont::ServerFont() function in class:ServerFont
159 \param font ServerFont to copy
161 ServerFont::ServerFont(const ServerFont function in class:ServerFont
[all...]
H A DServerFont.h28 class ServerFont { class
30 ServerFont();
31 ServerFont(FontStyle& style,
37 ServerFont(const ServerFont& font);
38 virtual ~ServerFont();
40 ServerFont &operator=(const ServerFont& font);
41 bool operator==(const ServerFont& other) const;
206 inline bool ServerFont
[all...]
H A DServerPicture.h26 class ServerFont;
54 void WriteFontState(const ServerFont& font,
H A DServerApp.h19 #include "ServerFont.h"
95 const ServerFont& PlainFont() const { return fPlainFont; }
137 ServerFont fPlainFont;
138 ServerFont fBoldFont;
139 ServerFont fFixedFont;
H A DDrawState.h26 #include "ServerFont.h"
141 void SetFont(const ServerFont& font,
143 const ServerFont& Font() const
205 ServerFont fFont;
H A DDesktopSettings.cpp478 DesktopSettingsPrivate::SetDefaultPlainFont(const ServerFont &font)
485 const ServerFont &
493 DesktopSettingsPrivate::SetDefaultBoldFont(const ServerFont &font)
500 const ServerFont &
508 DesktopSettingsPrivate::SetDefaultFixedFont(const ServerFont &font)
515 const ServerFont &
844 DesktopSettings::GetDefaultPlainFont(ServerFont &font) const
851 DesktopSettings::GetDefaultBoldFont(ServerFont &font) const
858 DesktopSettings::GetDefaultFixedFont(ServerFont &font) const
1000 LockedDesktopSettings::SetDefaultPlainFont(const ServerFont
[all...]
H A DPictureBoundingBoxPlayer.cpp22 #include "ServerFont.h"
408 ServerFont font = state->GetDrawState()->Font();
620 ServerFont font;
633 ServerFont font(state->GetDrawState()->Font());
646 ServerFont font;
658 ServerFont font;
670 ServerFont font;
682 ServerFont font;
694 ServerFont font;
706 ServerFont fon
[all...]
H A DServerPicture.cpp26 #include "ServerFont.h"
794 ServerFont font;
806 ServerFont font(canvas->CurrentState()->Font());
819 ServerFont font;
829 ServerFont font;
839 ServerFont font;
849 ServerFont font;
859 ServerFont font;
869 ServerFont font;
879 ServerFont fon
[all...]
H A DServerApp.cpp1613 ServerFont font;
1722 ServerFont font;
1790 ServerFont font(*style, size);
1816 ServerFont font;
1878 ServerFont* font = NULL;
2145 ServerFont font;
2195 ServerFont font;
2352 ServerFont font;
2389 ServerFont font;
2452 ServerFont fon
[all...]
/haiku/src/servers/app/font/
H A DGlobalFontManager.h27 class ServerFont;
56 const ServerFont* DefaultPlainFont() const;
57 const ServerFont* DefaultBoldFont() const;
58 const ServerFont* DefaultFixedFont() const;
82 void _PrecacheFontFile(const ServerFont* font);
116 ObjectDeleter<ServerFont>
118 ObjectDeleter<ServerFont>
120 ObjectDeleter<ServerFont>
H A DFontCache.h16 #include "ServerFont.h"
27 FontCacheEntry* FontCacheEntryFor(const ServerFont& font,
H A DGlyphLayoutEngine.h17 #include "ServerFont.h"
193 static FontCacheEntry* FontCacheEntryFor(const ServerFont& font,
198 const ServerFont& font,
208 const ServerFont& font, bool forceVector);
218 const ServerFont& font, bool needsVector,
247 GlyphLayoutEngine::FontCacheEntryFor(const ServerFont& font, bool forceVector)
258 const ServerFont& font,
378 const ServerFont& font, bool forceVector, uint32 charCode)
410 const ServerFont& font, bool forceVector)
456 ServerFont fallbackFon
[all...]
H A DFontCacheEntry.h37 #include "ServerFont.h"
108 bool Init(const ServerFont& font, bool forceVector);
130 const ServerFont& font, bool forceVector);
143 static glyph_rendering _RenderTypeFor(const ServerFont& font,
H A DFontCacheEntry.cpp150 FontCacheEntry::Init(const ServerFont& font, bool forceVector)
393 const ServerFont& font, bool forceVector)
424 FontCacheEntry::_RenderTypeFor(const ServerFont& font, bool forceVector)
H A DFontCache.cpp50 FontCache::FontCacheEntryFor(const ServerFont& font, bool forceVector)
H A DFontStyle.h29 class ServerFont;
H A DGlobalFontManager.cpp34 #include "ServerFont.h"
436 ServerFont without specifying a style, as well as the default
450 fDefaultPlainFont.SetTo(new (std::nothrow) ServerFont(*style,
459 fDefaultBoldFont.SetTo(new (std::nothrow) ServerFont(*style,
468 fDefaultFixedFont.SetTo(new (std::nothrow) ServerFont(*style,
627 GlobalFontManager::_PrecacheFontFile(const ServerFont* font)
990 const ServerFont*
997 const ServerFont*
1004 const ServerFont*
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.h13 #include "ServerFont.h"
38 void SetFont(const ServerFont &font);
39 inline const ServerFont& Font() const
92 ServerFont fFont;
H A DPainter.h19 #include "ServerFont.h"
43 class ServerFont;
101 void SetFont(const ServerFont& font);
103 inline const ServerFont& Font() const
354 // font file which it gets from ServerFont
/haiku/src/tests/servers/app/painter/
H A DPainter.h9 #include <ServerFont.h>
23 class ServerFont;
55 void SetFont(const ServerFont& font);
310 ServerFont fFont;
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h34 class ServerFont;
88 virtual void SetFont(const ServerFont& font);
186 int32 length, const ServerFont& font,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h35 class ServerFont;
157 void AddFont(const ServerFont& font);
H A DRemoteDrawingEngine.h14 #include "ServerFont.h"
58 virtual void SetFont(const ServerFont& font);

Completed in 98 milliseconds

12