Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp56 m_LastGlyphIndex(GLYPH_INDEX_NOT_FOUND) in ResFontBase()
297 return m_LastGlyphIndex; in FindGlyphIndex()
307 m_LastGlyphIndex = FindGlyphIndex(pMap, c); in FindGlyphIndex()
308 return m_LastGlyphIndex; in FindGlyphIndex()
314 m_LastGlyphIndex = GLYPH_INDEX_NOT_FOUND; in FindGlyphIndex()
315 return m_LastGlyphIndex; in FindGlyphIndex()
/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h338 mutable GlyphIndex m_LastGlyphIndex; variable