Searched refs:m_GlyphCache (Results 1 – 2 of 2) sorted by relevance
578 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()
142 mutable RetainPtr<CFX_GlyphCache> m_GlyphCache; variable