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