/external/pdfium/core/src/fxge/android/ |
D | fpf_skiamodule.cpp | 19 delete m_pFontMgr; in ~CFPF_SkiaDeviceModule() 26 if (!m_pFontMgr) { in GetFontMgr() 27 m_pFontMgr = new CFPF_SkiaFontMgr; in GetFontMgr() 28 if (!m_pFontMgr->InitFTLibrary()) { in GetFontMgr() 29 delete m_pFontMgr; in GetFontMgr() 33 return (IFPF_FontMgr*)m_pFontMgr; in GetFontMgr()
|
D | fx_android_font.cpp | 9 CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(NULL) {} in CFX_AndroidFontInfo() 15 m_pFontMgr = pFontMgr; in Init() 27 if (!m_pFontMgr) { in MapFont() 46 return m_pFontMgr->CreateFont(face, charset, dwStyle, in MapFont()
|
D | fpf_skiamodule.h | 18 CFPF_SkiaDeviceModule() : m_pFontMgr(nullptr) {} in CFPF_SkiaDeviceModule() 26 CFPF_SkiaFontMgr* m_pFontMgr;
|
D | fx_android_imp.cpp | 18 m_pFontMgr->SetSystemFontInfo(pFontInfo); in InitPlatform()
|
D | fx_android_font.h | 39 IFPF_FontMgr* m_pFontMgr;
|
D | fpf_skiafont.cpp | 16 : m_pFontMgr(NULL), in CFPF_SkiaFont() 208 m_pFontMgr = pFontMgr; in InitFont()
|
D | fpf_skiafont.h | 49 CFPF_SkiaFontMgr* m_pFontMgr;
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffapp.cpp | 74 m_pFontMgr(nullptr), in CXFA_FFApp() 112 if (m_pFontMgr != NULL) { in ~CXFA_FFApp() 113 delete m_pFontMgr; in ~CXFA_FFApp() 114 m_pFontMgr = NULL; in ~CXFA_FFApp() 163 if (!m_pFontMgr) { in SetDefaultFontMgr() 164 m_pFontMgr = new CXFA_FontMgr(); in SetDefaultFontMgr() 166 m_pFontMgr->SetDefFontMgr(pFontMgr); in SetDefaultFontMgr() 169 return m_pFontMgr; in GetXFAFontMgr()
|
D | xfa_ffapp.h | 64 CXFA_FontMgr* m_pFontMgr; variable
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge.cpp | 14 m_pFontMgr = NULL; in CFX_GEModule() 23 delete m_pFontMgr; in ~CFX_GEModule() 24 m_pFontMgr = NULL; in ~CFX_GEModule() 32 g_pGEModule->m_pFontMgr = new CFX_FontMgr; in Create()
|
D | fx_ge_fontmap.cpp | 659 m_pFontMgr(mgr) { in CFX_FontMapper() 803 if (m_pFontMgr->GetBuiltinFont(iBaseFont, &pFontData, &size)) { in UseInternalSubst() 804 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst() 821 m_pFontMgr->GetBuiltinFont(14, &pFontData, &size); in UseInternalSubst() 822 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst() 831 m_pFontMgr->GetBuiltinFont(15, &pFontData, &size); in UseInternalSubst() 832 m_MMFaces[0] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst() 864 m_pFontMgr->GetBuiltinFont(12, &pFontData, &size); in FindSubstFont() 865 m_FoxitFaces[12] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in FindSubstFont() 877 m_pFontMgr->GetBuiltinFont(13, &pFontData, &size); in FindSubstFont() [all …]
|
D | fx_ge_linux.cpp | 143 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_app.cpp | 32 m_pFontMgr(NULL), in CPDFXFA_App() 39 delete m_pFontMgr; in ~CPDFXFA_App() 40 m_pFontMgr = NULL; in ~CPDFXFA_App() 67 m_pFontMgr = IXFA_FontMgr::CreateDefault(); in Initialize() 68 if (!m_pFontMgr) in Initialize() 71 m_pXFAApp->SetDefaultFontMgr(m_pFontMgr); in Initialize()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.cpp | 96 m_pFontMgr(pFontMgr), in CFX_GEFont() 118 m_pFontMgr(src.m_pFontMgr), in CFX_GEFont() 179 if (m_pFontMgr != NULL) { in Release() 180 m_pFontMgr->RemoveFont(this); in Release() 525 if (m_pFontMgr != NULL && bRecursive) { in GetGlyphIndex() 529 IFX_Font* pFont = m_pFontMgr->GetDefFontByUnicode( in GetGlyphIndex() 532 IFX_Font* pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), in GetGlyphIndex() 535 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), NULL); in GetGlyphIndex()
|
D | fx_gdifont.cpp | 91 : m_pFontMgr(pFontMgr), in CFX_GdiFont() 151 if (m_pFontMgr != NULL) { in Release() 152 m_pFontMgr->RemoveFont(this); in Release() 366 if (m_pFontMgr != NULL && bRecursive) { in GetGlyphIndex() 367 IFX_Font* pFont = m_pFontMgr->GetDefFontByUnicode(wUnicode, m_dwStyles, in GetGlyphIndex()
|
D | fx_gefont.h | 62 IFX_FontMgr* m_pFontMgr; variable
|
D | fx_gdifont.h | 69 IFX_FontMgr* m_pFontMgr;
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | widgettp.cpp | 701 m_pFontMgr(NULL) in CFWL_FontData() 712 if (m_pFontMgr) { in ~CFWL_FontData() 713 m_pFontMgr->Release(); in ~CFWL_FontData() 733 if (!m_pFontMgr) { in LoadFont() 735 m_pFontMgr = IFX_FontMgr::Create(FX_GetDefFontEnumerator()); in LoadFont() 738 m_pFontMgr = IFX_FontMgr::Create(m_pFontSource); in LoadFont() 742 m_pFontMgr); in LoadFont()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 107 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
|
/external/pdfium/fpdfsdk/include/fpdfxfa/ |
D | fpdfxfa_app.h | 91 IXFA_FontMgr* m_pFontMgr; variable
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 32 CFX_FontMgr* GetFontMgr() { return m_pFontMgr; } in GetFontMgr() 53 CFX_FontMgr* m_pFontMgr; variable
|
D | fx_font.h | 349 CFX_FontMgr* const m_pFontMgr; variable
|
/external/pdfium/xfa/include/fwl/theme/ |
D | widgettp.h | 182 IFX_FontMgr* m_pFontMgr; variable
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstyleselector.cpp | 212 : m_pFontMgr(NULL), in CFDE_CSSStyleSelector() 236 m_pFontMgr = pFontMgr; in SetFontMgr() 302 rules.AddRulesFrom(m_SheetGroups[iGroup], dwMediaList, m_pFontMgr); in UpdateStyleIndex()
|
D | fde_cssstyleselector.h | 168 IFX_FontMgr* m_pFontMgr; variable
|