/external/pdfium/xfa/src/fgas/include/ |
fx_fnt.h | 10 class IFX_FontMgr;
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() {}
180 IFX_FontMgr* pFontMgr, [all...] |
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffapp.h | 53 IFX_FontMgr* GetFDEFontMgr();
70 IFX_FontMgr* m_pFDEFontMgr;
|
xfa_ffapp.cpp | 171 IFX_FontMgr* CXFA_FFApp::GetFDEFontMgr() {
174 m_pFDEFontMgr = IFX_FontMgr::Create(FX_GetDefFontEnumerator());
177 m_pFDEFontMgr = IFX_FontMgr::Create(m_pFontSource);
|
xfa_fontmgr.cpp | [all...] |
xfa_textlayout.cpp | 101 IFX_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr();
[all...] |
/external/pdfium/xfa/src/fgas/src/font/ |
fx_gdifont.h | 31 CFX_GdiFont(IFX_FontMgr* pFontMgr);
69 IFX_FontMgr* m_pFontMgr;
|
fx_gefont.h | 17 CFX_GEFont(IFX_FontMgr* pFontMgr);
62 IFX_FontMgr* m_pFontMgr;
|
fx_gdifont.cpp | 48 IFX_FontMgr* pFontMgr) {
58 IFX_FontMgr* pFontMgr) {
67 IFX_FontMgr* pFontMgr) {
76 IFX_FontMgr* pFontMgr,
85 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, IFX_FontMgr* pFontMgr) {
90 CFX_GdiFont::CFX_GdiFont(IFX_FontMgr* pFontMgr)
|
fx_gefont.cpp | 14 IFX_FontMgr* pFontMgr) {
31 IFX_FontMgr* pFontMgr) {
47 IFX_FontMgr* pFontMgr) {
63 IFX_FontMgr* pFontMgr,
80 IFX_FontMgr* pFontMgr,
89 CFX_GEFont::CFX_GEFont(IFX_FontMgr* pFontMgr)
|
fx_stdfontmgr.h | 14 class CFX_StdFontMgrImp : public IFX_FontMgr {
141 class CFX_FontMgrImp : public IFX_FontMgr {
|
fx_stdfontmgr.cpp | 11 IFX_FontMgr* IFX_FontMgr::Create(FX_LPEnumAllFonts pEnumerator,
590 IFX_FontMgr* IFX_FontMgr::Create(IFX_FontSourceEnum* pFontEnum,
[all...] |
/external/pdfium/xfa/include/fwl/theme/ |
widgettp.h | 13 class IFX_FontMgr;
182 IFX_FontMgr* m_pFontMgr;
|
/external/pdfium/xfa/src/fdp/src/css/ |
fde_cssstyleselector.h | 31 IFX_FontMgr* pFontMgr);
61 IFX_FontMgr* pFontMgr);
84 virtual void SetFontMgr(IFX_FontMgr* pFontMgr);
168 IFX_FontMgr* m_pFontMgr;
[all...] |
fde_cssstyleselector.cpp | 107 IFX_FontMgr* pFontMgr) {
122 IFX_FontMgr* pFontMgr) {
235 void CFDE_CSSStyleSelector::SetFontMgr(IFX_FontMgr* pFontMgr) {
[all...] |
/external/pdfium/xfa/src/fwl/src/theme/ |
widgettp.cpp | 735 m_pFontMgr = IFX_FontMgr::Create(FX_GetDefFontEnumerator());
738 m_pFontMgr = IFX_FontMgr::Create(m_pFontSource);
|
/external/pdfium/xfa/src/fdp/include/ |
fde_css.h | [all...] |