Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_PackedFont.cpp676 int nextCacheIndex = m_LRUMan.GetLastIndex(); in LoadSheet() local
677 int oldCacheUser = GetCacheUser(nextCacheIndex); in LoadSheet()
679 u8* pSheetDst = GetLoadedSheet(nextCacheIndex); in LoadSheet()
688 SetCacheUser(compIndex, nextCacheIndex); in LoadSheet()
690 return nextCacheIndex; in LoadSheet()