Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_PackedFont.h311 int GetLastIndex() const { return GetRootNode().prevIndex; } in GetLastIndex() function
/NW4C-1.2.23/sources/libraries/font/
Dfont_PackedFont.cpp676 int nextCacheIndex = m_LRUMan.GetLastIndex(); in LoadSheet()