Home
last modified time | relevance | path

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

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