Searched refs:FontKey (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/font/
H A DFontManager.h81 struct FontKey { struct in class:FontManager
82 FontKey() function in struct:FontManager::FontKey
85 FontKey(uint16 family, uint16 style) function in struct:FontManager::FontKey
93 bool operator==(const FontKey& other) const
106 HashMap<FontKey, BReference<FontStyle> > fStyleHashTable;
107 HashMap<FontKey, FontStyle*> fDelistedStyleHashTable;
H A DFontManager.cpp164 FontKey key(familyID, 0);
206 FontKey key(familyID, styleID);
293 fDelistedStyleHashTable.Remove(FontKey(family->ID(), style->ID()));
337 fStyleHashTable.Put(FontKey(familyID, styleID), style);
349 FontKey key(familyID, styleID);
370 HashMap<FontKey, FontStyle*>::Iterator delisted = fDelistedStyleHashTable.GetIterator();
375 HashMap<FontKey, BReference<FontStyle> >::Iterator referenced = fStyleHashTable.GetIterator();

Completed in 28 milliseconds