Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_PackedFont.cpp678 int nextCacheIndex = m_LRUMan.GetLastIndex(); in LoadSheet() local
679 int oldCacheUser = GetCacheUser(nextCacheIndex); in LoadSheet()
681 u8* pSheetDst = GetLoadedSheet(nextCacheIndex); in LoadSheet()
690 SetCacheUser(compIndex, nextCacheIndex); in LoadSheet()
692 return nextCacheIndex; in LoadSheet()