Searched refs:m_LastGlyphIndex (Results 1 – 2 of 2) sorted by relevance
54 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()
336 mutable GlyphIndex m_LastGlyphIndex; variable