Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontcache.h31 std::map<CFX_Face*, ObservedPtr<CFX_GlyphCache>> m_ExtGlyphCacheMap; variable
Dcfx_fontcache.cpp25 auto& map = bExternal ? m_ExtGlyphCacheMap : m_GlyphCacheMap; in GetGlyphCache()