Home
last modified time | relevance | path

Searched refs:IFX_FontMgr (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h10 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/
Dxfa_ffapp.cpp171 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()
Dxfa_ffapp.h53 IFX_FontMgr* GetFDEFontMgr();
70 IFX_FontMgr* m_pFDEFontMgr;
Dxfa_fontmgr.cpp1768 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()
Dxfa_textlayout.cpp101 IFX_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr(); in InitCSSData()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp14 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()
Dfx_gdifont.cpp48 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()
Dfx_gefont.h17 CFX_GEFont(IFX_FontMgr* pFontMgr);
62 IFX_FontMgr* m_pFontMgr;
Dfx_gdifont.h31 CFX_GdiFont(IFX_FontMgr* pFontMgr);
69 IFX_FontMgr* m_pFontMgr;
Dfx_stdfontmgr.h14 class CFX_StdFontMgrImp : public IFX_FontMgr {
141 class CFX_FontMgrImp : public IFX_FontMgr {
Dfx_stdfontmgr.cpp11 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/
Dwidgettp.h13 class IFX_FontMgr; variable
182 IFX_FontMgr* m_pFontMgr;
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h31 IFX_FontMgr* pFontMgr);
61 IFX_FontMgr* pFontMgr);
84 virtual void SetFontMgr(IFX_FontMgr* pFontMgr);
168 IFX_FontMgr* m_pFontMgr;
Dfde_cssstyleselector.cpp107 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/
Dwidgettp.cpp735 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/
Dfde_css.h1064 virtual void SetFontMgr(IFX_FontMgr* pFontMgr) = 0;