Searched refs:m_pFDEFontMgr (Results 1 – 2 of 2) sorted by relevance
43 if (!m_pFDEFontMgr) { in GetFDEFontMgr()44 m_pFDEFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in GetFDEFontMgr()46 if (!m_pFDEFontMgr->EnumFonts()) in GetFDEFontMgr()47 m_pFDEFontMgr = nullptr; in GetFDEFontMgr()50 return m_pFDEFontMgr.get(); in GetFDEFontMgr()
56 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr; variable