Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h34 class CXFA_PDFFontMgr : public IFX_FontProvider {
36 CXFA_PDFFontMgr(CXFA_FFDoc* pDoc);
37 ~CXFA_PDFFontMgr();
Dxfa_fontmgr.cpp1865 CXFA_PDFFontMgr::CXFA_PDFFontMgr(CXFA_FFDoc* pDoc) { in CXFA_PDFFontMgr() function in CXFA_PDFFontMgr
1868 CXFA_PDFFontMgr::~CXFA_PDFFontMgr() { in ~CXFA_PDFFontMgr()
1881 IFX_Font* CXFA_PDFFontMgr::FindFont(CFX_ByteString strPsName, in FindFont()
1927 IFX_Font* CXFA_PDFFontMgr::GetFont(const CFX_WideStringC& wsFontFamily, in GetFont()
1950 CFX_ByteString CXFA_PDFFontMgr::PsNameToFontName( in PsNameToFontName()
1963 FX_BOOL CXFA_PDFFontMgr::PsNameMatchDRFontName( in PsNameMatchDRFontName()
2038 FX_BOOL CXFA_PDFFontMgr::GetCharWidth(IFX_Font* pFont, in GetCharWidth()
2071 CXFA_PDFFontMgr* pMgr = (CXFA_PDFFontMgr*)m_PDFFontMgrArray.GetValueAt(hDoc); in GetFont()
2105 m_PDFFontMgrArray.SetAt(hDoc, new CXFA_PDFFontMgr((CXFA_FFDoc*)hDoc)); in LoadDocFonts()
2109 CXFA_PDFFontMgr* pMgr = NULL; in ReleaseDocFonts()
[all …]