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

/haiku/src/servers/app/font/
H A DFontManager.h43 FontFamily* FamilyAt(int32 index) const;
H A DFontManager.cpp139 FontManager::FamilyAt(int32 index) const function in class:FontManager
H A DGlobalFontManager.cpp426 if (style == NULL && FamilyAt(0) != NULL)
427 style = FamilyAt(0)->StyleAt(0);
/haiku/src/kits/interface/
H A DFont.cpp74 status_t FamilyAt(int32 index, font_family* _family,
151 FontList::FamilyAt(int32 index, font_family* _family, uint32* _flags) function in class:__anon8::FontList
459 return FontList::Default()->FamilyAt(index, _name, _flags);
/haiku/src/servers/app/
H A DServerApp.cpp1940 FontFamily* family = gFontManager->FamilyAt(index);
1944 family = fAppFontManager->FamilyAt(index);

Completed in 53 milliseconds