Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp54 m_LastGlyphIndex(GLYPH_INDEX_NOT_FOUND) in ResFontBase()
295 return m_LastGlyphIndex; in FindGlyphIndex()
305 m_LastGlyphIndex = FindGlyphIndex(pMap, c); in FindGlyphIndex()
306 return m_LastGlyphIndex; in FindGlyphIndex()
312 m_LastGlyphIndex = GLYPH_INDEX_NOT_FOUND; in FindGlyphIndex()
313 return m_LastGlyphIndex; in FindGlyphIndex()
/NW4C-1.2.23/include/nw/font/
Dfont_ResFontBase.h336 mutable GlyphIndex m_LastGlyphIndex; variable