Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fontmgr.cpp22 CXFA_FontMgr::CXFA_FontMgr() {} in CXFA_FontMgr() function in CXFA_FontMgr
24 CXFA_FontMgr::~CXFA_FontMgr() {} in ~CXFA_FontMgr()
26 RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont( in GetFont()
73 void CXFA_FontMgr::SetDefFontMgr( in SetDefFontMgr()
Dcxfa_fontmgr.h24 class CXFA_FontMgr {
26 CXFA_FontMgr();
27 ~CXFA_FontMgr();
Dcxfa_ffapp.h25 class CXFA_FontMgr; variable
48 CXFA_FontMgr* GetXFAFontMgr() const;
66 std::unique_ptr<CXFA_FontMgr> m_pFontMgr;
Dcxfa_ffapp.cpp48 m_pFontMgr = pdfium::MakeUnique<CXFA_FontMgr>(); in SetDefaultFontMgr()
52 CXFA_FontMgr* CXFA_FFApp::GetXFAFontMgr() const { in GetXFAFontMgr()
Dcxfa_textparser.cpp354 CXFA_FontMgr* pFontMgr = doc->GetApp()->GetXFAFontMgr(); in GetFont()