Home
last modified time | relevance | path

Searched refs:CXFA_DefFontMgr (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dxfa_fontmgr.h30 class CXFA_DefFontMgr {
32 CXFA_DefFontMgr();
33 ~CXFA_DefFontMgr();
95 void SetDefFontMgr(std::unique_ptr<CXFA_DefFontMgr> pFontMgr);
98 std::unique_ptr<CXFA_DefFontMgr> m_pDefFontMgr;
Dxfa_ffapp.h20 class CXFA_DefFontMgr; variable
40 void SetDefaultFontMgr(std::unique_ptr<CXFA_DefFontMgr> pFontMgr);
/external/pdfium/xfa/fxfa/app/
Dxfa_fontmgr.cpp1741 CXFA_DefFontMgr::CXFA_DefFontMgr() {} in CXFA_DefFontMgr() function in CXFA_DefFontMgr
1743 CXFA_DefFontMgr::~CXFA_DefFontMgr() {} in ~CXFA_DefFontMgr()
1745 CFX_RetainPtr<CFGAS_GEFont> CXFA_DefFontMgr::GetFont( in GetFont()
1790 CFX_RetainPtr<CFGAS_GEFont> CXFA_DefFontMgr::GetDefaultFont( in GetDefaultFont()
2053 void CXFA_FontMgr::SetDefFontMgr(std::unique_ptr<CXFA_DefFontMgr> pFontMgr) { in SetDefFontMgr()
Dxfa_ffapp.cpp118 void CXFA_FFApp::SetDefaultFontMgr(std::unique_ptr<CXFA_DefFontMgr> pFontMgr) { in SetDefaultFontMgr()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp45 m_pXFAApp->SetDefaultFontMgr(pdfium::MakeUnique<CXFA_DefFontMgr>()); in CPDFXFA_Context()