Home
last modified time | relevance | path

Searched refs:CXFA_PDFFontMgr (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/
Dxfa_fontmgr.h49 class CXFA_PDFFontMgr {
51 explicit CXFA_PDFFontMgr(CXFA_FFDoc* pDoc);
52 ~CXFA_PDFFontMgr();
99 std::map<CXFA_FFDoc*, std::unique_ptr<CXFA_PDFFontMgr>> m_PDFFontMgrMap;
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h23 class CXFA_PDFFontMgr; variable
62 void SetFontProvider(CXFA_PDFFontMgr* pProvider) { m_pProvider = pProvider; } in SetFontProvider()
113 CXFA_PDFFontMgr* m_pProvider; // not owned.
Dcfgas_fontmgr.h39 class CXFA_PDFFontMgr; variable
/external/pdfium/xfa/fxfa/app/
Dxfa_fontmgr.cpp1807 CXFA_PDFFontMgr::CXFA_PDFFontMgr(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_PDFFontMgr() function in CXFA_PDFFontMgr
1809 CXFA_PDFFontMgr::~CXFA_PDFFontMgr() {} in ~CXFA_PDFFontMgr()
1811 CFX_RetainPtr<CFGAS_GEFont> CXFA_PDFFontMgr::FindFont( in FindFont()
1857 CFX_RetainPtr<CFGAS_GEFont> CXFA_PDFFontMgr::GetFont( in GetFont()
1880 CFX_ByteString CXFA_PDFFontMgr::PsNameToFontName( in PsNameToFontName()
1897 bool CXFA_PDFFontMgr::PsNameMatchDRFontName(const CFX_ByteStringC& bsPsName, in PsNameMatchDRFontName()
1971 bool CXFA_PDFFontMgr::GetCharWidth(const CFX_RetainPtr<CFGAS_GEFont>& pFont, in GetCharWidth()
1987 void CXFA_PDFFontMgr::SetFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont, in SetFont()
2010 CXFA_PDFFontMgr* pMgr = in GetFont()
2046 m_PDFFontMgrMap[hDoc] = pdfium::MakeUnique<CXFA_PDFFontMgr>(hDoc); in LoadDocFonts()