Searched refs:m_pFontCache (Results 1 – 2 of 2) sorted by relevance
50 if (!m_pFontCache) in GetFontCache()51 m_pFontCache = pdfium::MakeUnique<CFX_FontCache>(); in GetFontCache()52 return m_pFontCache.get(); in GetFontCache()
33 std::unique_ptr<CFX_FontCache> m_pFontCache; variable