Home
last modified time | relevance | path

Searched refs:m_pFontMgr (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/core/src/fxge/android/
Dfpf_skiamodule.cpp19 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()
Dfx_android_font.cpp9 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()
Dfpf_skiamodule.h18 CFPF_SkiaDeviceModule() : m_pFontMgr(nullptr) {} in CFPF_SkiaDeviceModule()
26 CFPF_SkiaFontMgr* m_pFontMgr;
Dfx_android_imp.cpp18 m_pFontMgr->SetSystemFontInfo(pFontInfo); in InitPlatform()
Dfx_android_font.h39 IFPF_FontMgr* m_pFontMgr;
Dfpf_skiafont.cpp16 : m_pFontMgr(NULL), in CFPF_SkiaFont()
208 m_pFontMgr = pFontMgr; in InitFont()
Dfpf_skiafont.h49 CFPF_SkiaFontMgr* m_pFontMgr;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffapp.cpp74 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()
Dxfa_ffapp.h64 CXFA_FontMgr* m_pFontMgr; variable
/external/pdfium/core/src/fxge/ge/
Dfx_ge.cpp14 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()
Dfx_ge_fontmap.cpp659 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 …]
Dfx_ge_linux.cpp143 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp32 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/
Dfx_gefont.cpp96 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()
Dfx_gdifont.cpp91 : 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()
Dfx_gefont.h62 IFX_FontMgr* m_pFontMgr; variable
Dfx_gdifont.h69 IFX_FontMgr* m_pFontMgr;
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp701 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/
Dfx_mac_imp.cpp107 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h91 IXFA_FontMgr* m_pFontMgr; variable
/external/pdfium/core/include/fxge/
Dfx_ge.h32 CFX_FontMgr* GetFontMgr() { return m_pFontMgr; } in GetFontMgr()
53 CFX_FontMgr* m_pFontMgr; variable
Dfx_font.h349 CFX_FontMgr* const m_pFontMgr; variable
/external/pdfium/xfa/include/fwl/theme/
Dwidgettp.h182 IFX_FontMgr* m_pFontMgr; variable
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.cpp212 : m_pFontMgr(NULL), in CFDE_CSSStyleSelector()
236 m_pFontMgr = pFontMgr; in SetFontMgr()
302 rules.AddRulesFrom(m_SheetGroups[iGroup], dwMediaList, m_pFontMgr); in UpdateStyleIndex()
Dfde_cssstyleselector.h168 IFX_FontMgr* m_pFontMgr; variable

12