Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp578 if (!m_GlyphCache) in GetOrCreateGlyphCache()
579 m_GlyphCache = CFX_GEModule::Get()->GetFontCache()->GetGlyphCache(this); in GetOrCreateGlyphCache()
580 return m_GlyphCache; in GetOrCreateGlyphCache()
584 m_GlyphCache = nullptr; in ClearGlyphCache()
Dcfx_font.h142 mutable RetainPtr<CFX_GlyphCache> m_GlyphCache; variable