Searched refs:_AddFont (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/font/
H A DAppFontManager.cpp73 status = _AddFont(face, nodeRef, path, familyID, styleID);
95 status = _AddFont(face, nodeRef, "", familyID, styleID);
H A DGlobalFontManager.h94 status_t _AddFont(font_directory& directory,
H A DFontManager.h72 status_t _AddFont(FT_Face face, node_ref nodeRef,
H A DGlobalFontManager.cpp185 _AddFont(*directory, entry);
251 _AddFont(*directory, entry);
407 return _AddFont(*directory, entry);
703 GlobalFontManager::_AddFont(font_directory& directory, BEntry& entry) function in class:GlobalFontManager
737 status = FontManager::_AddFont(face, nodeRef, path.Path(), familyID, styleID);
948 _AddFont(fontDirectory, entry);
H A DFontManager.cpp298 FontManager::_AddFont(FT_Face face, node_ref nodeRef, const char* path, function in class:FontManager

Completed in 38 milliseconds