Searched refs:CXFA_FontMgr (Results 1 – 5 of 5) sorted by relevance
22 CXFA_FontMgr::CXFA_FontMgr() {} in CXFA_FontMgr() function in CXFA_FontMgr24 CXFA_FontMgr::~CXFA_FontMgr() {} in ~CXFA_FontMgr()26 RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont( in GetFont()73 void CXFA_FontMgr::SetDefFontMgr( in SetDefFontMgr()
24 class CXFA_FontMgr {26 CXFA_FontMgr();27 ~CXFA_FontMgr();
25 class CXFA_FontMgr; variable48 CXFA_FontMgr* GetXFAFontMgr() const;66 std::unique_ptr<CXFA_FontMgr> m_pFontMgr;
48 m_pFontMgr = pdfium::MakeUnique<CXFA_FontMgr>(); in SetDefaultFontMgr()52 CXFA_FontMgr* CXFA_FFApp::GetXFAFontMgr() const { in GetXFAFontMgr()
354 CXFA_FontMgr* pFontMgr = doc->GetApp()->GetXFAFontMgr(); in GetFont()