Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp53 m_LastCharCode(0), in ResFontBase()
293 if (c == m_LastCharCode) in FindGlyphIndex()
298 m_LastCharCode = c; in FindGlyphIndex()
/NW4C-1.2.23/include/nw/font/
Dfont_ResFontBase.h333 mutable CharCode m_LastCharCode; variable