Home
last modified time | relevance | path

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

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