Home
last modified time | relevance | path

Searched refs:SetDefFontMgr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dxfa_fontmgr.h95 void SetDefFontMgr(std::unique_ptr<CXFA_DefFontMgr> pFontMgr);
/external/pdfium/xfa/fxfa/app/
Dxfa_ffapp.cpp121 m_pFontMgr->SetDefFontMgr(std::move(pFontMgr)); in SetDefaultFontMgr()
Dxfa_fontmgr.cpp2053 void CXFA_FontMgr::SetDefFontMgr(std::unique_ptr<CXFA_DefFontMgr> pFontMgr) { in SetDefFontMgr() function in CXFA_FontMgr