Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_PackedFont.cpp333 int cacheIndex = GetCacheIndex(compIndex); in GetGlyph() local
335 if (cacheIndex == SHEET_INDEX_NOT_LOADED) in GetGlyph()
337 cacheIndex = LoadSheet(compIndex); in GetGlyph()
340 m_LRUMan.Use(cacheIndex); in GetGlyph()
342 MakeGlyph(pGlyph, index, cacheIndex); in GetGlyph()
365 int cacheIndex = GetCacheIndex(compIndex); in PreloadSheet() local
367 if (cacheIndex == SHEET_INDEX_NOT_LOADED) in PreloadSheet()
369 cacheIndex = LoadSheet(compIndex); in PreloadSheet()
372 NN_ASSERT( cacheIndex != SHEET_INDEX_NOT_LOADED ); in PreloadSheet()
373 m_LRUMan.Use(cacheIndex); in PreloadSheet()
[all …]
/NW4C-1.2.23/include/nw/font/
Dfont_PackedFont.h380 int cacheIndex
440 int GetCacheUser(int cacheIndex) const;
451 int cacheIndex
462 int cacheIndex
473 u8* GetLoadedSheet(int cacheIndex) const;