Searched refs:m_pFDEFontMgr (Results 1 – 2 of 2) sorted by relevance
57 if (!m_pFDEFontMgr) { in GetFDEFontMgr()58 m_pFDEFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in GetFDEFontMgr()59 if (!m_pFDEFontMgr->EnumFonts()) in GetFDEFontMgr()60 m_pFDEFontMgr = nullptr; in GetFDEFontMgr()62 return m_pFDEFontMgr.get(); in GetFDEFontMgr()
65 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr; variable