Searched refs:FontKey (Results 1 – 6 of 6) sorted by relevance
129 FontKey RegistFont(const char* name, font::Font* pFont);139 void UnregistFont(FontKey key);410 FontKey RegistFont(const char* name, font::Font* pFont);420 void UnregistFont(FontKey key);
175 FontKey RegistFont(const char* name, font::Font* pFont, bool own);183 void UnregistFont(FontKey key);
3204 typedef const void* FontKey; typedef
101 FontKey115 return reinterpret_cast<FontKey>(pLink); in RegistFont()119 FontContainer::UnregistFont(FontKey key) in UnregistFont()
308 FontKey315 ArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()442 FontKey449 MultiArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
209 nw::lyt::FontKey fontKey = pResAccessor->RegistFont("sample.bcfna", pArchiveFont); in nnMain()