Home
last modified time | relevance | path

Searched refs:cacheIndex (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_PackedFont.cpp335 int cacheIndex = GetCacheIndex(compIndex); in GetGlyph() local
337 if (cacheIndex == SHEET_INDEX_NOT_LOADED) in GetGlyph()
339 cacheIndex = LoadSheet(compIndex); in GetGlyph()
342 m_LRUMan.Use(cacheIndex); in GetGlyph()
344 MakeGlyph(pGlyph, index, cacheIndex); in GetGlyph()
367 int cacheIndex = GetCacheIndex(compIndex); in PreloadSheet() local
369 if (cacheIndex == SHEET_INDEX_NOT_LOADED) in PreloadSheet()
371 cacheIndex = LoadSheet(compIndex); in PreloadSheet()
374 NN_ASSERT( cacheIndex != SHEET_INDEX_NOT_LOADED ); in PreloadSheet()
375 m_LRUMan.Use(cacheIndex); in PreloadSheet()
[all …]
/NW4C-2.0.3/include/nw/font/
Dfont_PackedFont.h382 int cacheIndex
442 int GetCacheUser(int cacheIndex) const;
453 int cacheIndex
464 int cacheIndex
475 u8* GetLoadedSheet(int cacheIndex) const;