Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.cpp57 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()
Dcxfa_ffapp.h65 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr; variable