Searched refs:IFX_FontMgr (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 10 class IFX_FontMgr; variable 55 IFX_FontMgr* pFontMgr); 58 IFX_FontMgr* pFontMgr); 59 static IFX_Font* LoadFont(const FX_WCHAR* pszFileName, IFX_FontMgr* pFontMgr); 61 IFX_FontMgr* pFontMgr, 64 IFX_FontMgr* pFontMgr, 136 class IFX_FontMgr { 138 static IFX_FontMgr* Create(FX_LPEnumAllFonts pEnumerator, 141 virtual ~IFX_FontMgr() {} in ~IFX_FontMgr() 180 IFX_FontMgr* pFontMgr, [all …]
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffapp.cpp | 171 IFX_FontMgr* CXFA_FFApp::GetFDEFontMgr() { in GetFDEFontMgr() 174 m_pFDEFontMgr = IFX_FontMgr::Create(FX_GetDefFontEnumerator()); in GetFDEFontMgr() 177 m_pFDEFontMgr = IFX_FontMgr::Create(m_pFontSource); in GetFDEFontMgr()
|
D | xfa_ffapp.h | 53 IFX_FontMgr* GetFDEFontMgr(); 70 IFX_FontMgr* m_pFDEFontMgr;
|
D | xfa_fontmgr.cpp | 1768 IFX_FontMgr* pFDEFontMgr = ((CXFA_FFDoc*)hDoc)->GetApp()->GetFDEFontMgr(); in GetFont() 1828 IFX_FontMgr* pFDEFontMgr = ((CXFA_FFDoc*)hDoc)->GetApp()->GetFDEFontMgr(); in GetDefaultFont() 1900 IFX_FontMgr* pFDEFontMgr = m_pDoc->GetApp()->GetFDEFontMgr(); in FindFont()
|
D | xfa_textlayout.cpp | 101 IFX_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr(); in InitCSSData()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.cpp | 14 IFX_FontMgr* pFontMgr) { in LoadFont() 31 IFX_FontMgr* pFontMgr) { in LoadFont() 47 IFX_FontMgr* pFontMgr) { in LoadFont() 63 IFX_FontMgr* pFontMgr, in LoadFont() 80 IFX_FontMgr* pFontMgr, in LoadFont() 89 CFX_GEFont::CFX_GEFont(IFX_FontMgr* pFontMgr) in CFX_GEFont()
|
D | fx_gdifont.cpp | 48 IFX_FontMgr* pFontMgr) { in LoadFont() 58 IFX_FontMgr* pFontMgr) { in LoadFont() 67 IFX_FontMgr* pFontMgr) { in LoadFont() 76 IFX_FontMgr* pFontMgr, in LoadFont() 85 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, IFX_FontMgr* pFontMgr) { in LoadFont() 90 CFX_GdiFont::CFX_GdiFont(IFX_FontMgr* pFontMgr) in CFX_GdiFont()
|
D | fx_gefont.h | 17 CFX_GEFont(IFX_FontMgr* pFontMgr); 62 IFX_FontMgr* m_pFontMgr;
|
D | fx_gdifont.h | 31 CFX_GdiFont(IFX_FontMgr* pFontMgr); 69 IFX_FontMgr* m_pFontMgr;
|
D | fx_stdfontmgr.h | 14 class CFX_StdFontMgrImp : public IFX_FontMgr { 141 class CFX_FontMgrImp : public IFX_FontMgr {
|
D | fx_stdfontmgr.cpp | 11 IFX_FontMgr* IFX_FontMgr::Create(FX_LPEnumAllFonts pEnumerator, in Create() 590 IFX_FontMgr* IFX_FontMgr::Create(IFX_FontSourceEnum* pFontEnum, in Create()
|
/external/pdfium/xfa/include/fwl/theme/ |
D | widgettp.h | 13 class IFX_FontMgr; variable 182 IFX_FontMgr* m_pFontMgr;
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstyleselector.h | 31 IFX_FontMgr* pFontMgr); 61 IFX_FontMgr* pFontMgr); 84 virtual void SetFontMgr(IFX_FontMgr* pFontMgr); 168 IFX_FontMgr* m_pFontMgr;
|
D | fde_cssstyleselector.cpp | 107 IFX_FontMgr* pFontMgr) { in AddRulesFrom() 122 IFX_FontMgr* pFontMgr) { in AddRulesFrom() 235 void CFDE_CSSStyleSelector::SetFontMgr(IFX_FontMgr* pFontMgr) { in SetFontMgr()
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | widgettp.cpp | 735 m_pFontMgr = IFX_FontMgr::Create(FX_GetDefFontEnumerator()); in LoadFont() 738 m_pFontMgr = IFX_FontMgr::Create(m_pFontSource); in LoadFont()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_css.h | 1064 virtual void SetFontMgr(IFX_FontMgr* pFontMgr) = 0;
|