Searched refs:styleID (Results 1 - 9 of 9) sorted by relevance

/haiku/src/servers/app/font/
H A DFontManager.h53 uint16 styleID) const;
57 uint16 styleID = 0xffff,
73 uint16& familyID, uint16& styleID);
74 FontStyle* _RemoveFont(uint16 familyID, uint16 styleID);
82 : familyID(family), styleID(style) {}
86 return familyID | (styleID << 16UL);
92 && styleID == other.styleID;
95 uint16 familyID, styleID; member in struct:FontManager::FontKey
H A DAppFontManager.h41 uint16& familyID, uint16& styleID);
44 uint16& familyID, uint16& styleID);
45 status_t RemoveUserFont(uint16 familyID, uint16 styleID);
H A DAppFontManager.cpp54 uint16& familyID, uint16& styleID)
73 status = _AddFont(face, nodeRef, path, familyID, styleID);
82 uint16 instance, uint16& familyID, uint16& styleID)
95 status = _AddFont(face, nodeRef, "", familyID, styleID);
104 AppFontManager::RemoveUserFont(uint16 familyID, uint16 styleID) argument
106 return _RemoveFont(familyID, styleID) != NULL ? B_OK : B_BAD_VALUE;
53 AddUserFontFromFile(const char* path, uint16 index, uint16 instance, uint16& familyID, uint16& styleID) argument
81 AddUserFontFromMemory(const FT_Byte* fontAddress, size_t size, uint16 index, uint16 instance, uint16& familyID, uint16& styleID) argument
H A DFontManager.cpp201 FontManager::GetStyle(uint16 familyID, uint16 styleID) const
205 FontKey key(familyID, styleID);
214 \param style The font's style or NULL in which case \a styleID is used
216 \param styleID will only be used if \a style is NULL (or empty)
218 and styleID is 0xffff.
224 uint16 familyID, uint16 styleID, uint16 face)
245 if (styleID != 0xffff)
246 return family->GetStyleByID(styleID);
299 uint16& familyID, uint16& styleID)
337 styleID
223 GetStyle(const char* familyName, const char* styleName, uint16 familyID, uint16 styleID, uint16 face) argument
298 _AddFont(FT_Face face, node_ref nodeRef, const char* path, uint16& familyID, uint16& styleID) argument
347 _RemoveFont(uint16 familyID, uint16 styleID) argument
[all...]
H A DGlobalFontManager.h66 virtual FontStyle* GetStyle(uint16 familyID, uint16 styleID) const;
70 uint16 styleID = 0xffff,
H A DGlobalFontManager.cpp562 GlobalFontManager::GetStyle(uint16 familyID, uint16 styleID) const
564 return FontManager::GetStyle(familyID, styleID);
572 \param style The font's style or NULL in which case \a styleID is used
574 \param styleID will only be used if \a style is NULL (or empty)
576 and styleID is 0xffff.
582 uint16 familyID, uint16 styleID, uint16 face)
616 if (styleID != 0xffff)
617 return family->GetStyleByID(styleID);
734 uint16 familyID, styleID;
735 status = FontManager::_AddFont(face, nodeRef, path.Path(), familyID, styleID);
581 GetStyle(const char* familyName, const char* styleName, uint16 familyID, uint16 styleID, uint16 face) argument
[all...]
/haiku/src/servers/app/
H A DServerApp.cpp1600 uint16 familyID, styleID; local
1608 familyID, styleID);
1614 status = font.SetFamilyAndStyle(familyID, styleID,
1713 uint16 familyID, styleID; local
1716 familyID, styleID);
1723 status = font.SetFamilyAndStyle(familyID, styleID,
1751 // 2) uint16 - styleID of font to remove
1753 uint16 familyID, styleID; local
1755 link.Read<uint16>(&styleID);
1760 status = fAppFontManager->RemoveUserFont(familyID, styleID);
1983 uint16 familyID, styleID; local
2027 uint16 familyID, styleID; local
2075 int32 familyID, styleID; local
2114 uint16 familyID, styleID; local
2188 uint16 familyID, styleID; local
2223 uint16 familyID, styleID; local
2277 uint16 familyID, styleID; local
2309 uint16 familyID, styleID; local
2348 uint16 familyID, styleID; local
2382 uint16 familyID, styleID; local
2426 uint16 familyID, styleID; local
2491 uint16 familyID, styleID; local
2540 uint16 familyID, styleID; local
2599 uint16 familyID, styleID; local
2693 uint16 familyID, styleID; local
2777 uint16 familyID, styleID; local
2869 uint16 familyID, styleID; local
[all...]
H A DServerFont.h76 uint16 styleID,
H A DServerFont.cpp272 \param styleID ID number of the style to set
276 ServerFont::SetFamilyAndStyle(uint16 familyID, uint16 styleID, argument
283 style.SetTo(gFontManager->GetStyle(familyID, styleID), false);
290 style.SetTo(fontManager->GetStyle(familyID, styleID), false);

Completed in 46 milliseconds