Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp55 m_LastCharCode(0), in ResFontBase()
295 if (c == m_LastCharCode) in FindGlyphIndex()
300 m_LastCharCode = c; in FindGlyphIndex()
/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h335 mutable CharCode m_LastCharCode; variable