Searched refs:m_FontMapper (Results 1 – 2 of 2) sorted by relevance
374 auto it = m_FontMapper.find(wUnicode); in GetGlyphIndex()375 if (it != m_FontMapper.end() && it->second && it->second.Get() != this) { in GetGlyphIndex()401 m_FontMapper[wUnicode] = pFont; in GetGlyphIndex()
115 std::map<FX_WCHAR, CFX_RetainPtr<CFGAS_GEFont>> m_FontMapper; variable