Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiadevicemodule.cpp24 delete m_pFontMgr; in ~CFPF_SkiaDeviceModule()
33 if (!m_pFontMgr) { in GetFontMgr()
34 m_pFontMgr = new CFPF_SkiaFontMgr; in GetFontMgr()
35 if (!m_pFontMgr->InitFTLibrary()) { in GetFontMgr()
36 delete m_pFontMgr; in GetFontMgr()
40 return m_pFontMgr; in GetFontMgr()
Dcfx_androidfontinfo.cpp14 CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(nullptr) {} in CFX_AndroidFontInfo()
21 m_pFontMgr = pFontMgr; in Init()
35 if (!m_pFontMgr) in MapFont()
49 return m_pFontMgr->CreateFont(face, charset, dwStyle, in MapFont()
Dcfpf_skiadevicemodule.h14 CFPF_SkiaDeviceModule() : m_pFontMgr(nullptr) {} in CFPF_SkiaDeviceModule()
21 CFPF_SkiaFontMgr* m_pFontMgr;
Dfx_android_imp.cpp24 m_pFontMgr->SetSystemFontInfo(std::move(pFontInfo)); in InitPlatform()
Dcfpf_skiafont.cpp22 : m_pFontMgr(nullptr), in CFPF_SkiaFont()
215 m_pFontMgr = pFontMgr; in InitFont()
Dcfx_androidfontinfo.h42 CFPF_SkiaFontMgr* m_pFontMgr;
Dcfpf_skiafont.h45 CFPF_SkiaFontMgr* m_pFontMgr;
/external/pdfium/xfa/fxfa/app/
Dxfa_ffapp.cpp119 if (!m_pFontMgr) in SetDefaultFontMgr()
120 m_pFontMgr = pdfium::MakeUnique<CXFA_FontMgr>(); in SetDefaultFontMgr()
121 m_pFontMgr->SetDefFontMgr(std::move(pFontMgr)); in SetDefaultFontMgr()
125 return m_pFontMgr.get(); in GetXFAFontMgr()
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp281 : m_bListLoaded(false), m_pFontMgr(mgr) { in CFX_FontMapper()
394 if (m_pFontMgr->GetBuiltinFont(iBaseFont, &pFontData, &size)) { in UseInternalSubst()
395 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
410 m_pFontMgr->GetBuiltinFont(14, &pFontData, &size); in UseInternalSubst()
411 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
419 m_pFontMgr->GetBuiltinFont(15, &pFontData, &size); in UseInternalSubst()
420 m_MMFaces[0] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
782 face = m_pFontMgr->GetCachedTTCFace(ttc_size, checksum, ttc_size - font_size, in GetCachedTTCFace()
787 face = m_pFontMgr->AddCachedTTCFace(ttc_size, checksum, pFontData, ttc_size, in GetCachedTTCFace()
800 face = m_pFontMgr->GetCachedFace(SubstName, weight, bItalic, pFontData); in GetCachedFace()
[all …]
Dcfx_gemodule.cpp23 m_pFontMgr(new CFX_FontMgr), in CFX_GEModule()
Dfx_ge_linux.cpp158 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
/external/pdfium/core/fxge/
Dcfx_gemodule.h26 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr()
44 std::unique_ptr<CFX_FontMgr> m_pFontMgr; variable
Dcfx_fontmapper.h83 CFX_FontMgr* const m_pFontMgr; variable
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp88 m_pFontMgr(pFontMgr), in CFGAS_GEFont()
102 m_pFontMgr(src->m_pFontMgr), in CFGAS_GEFont()
388 if (!m_pFontMgr || !bRecursive) in GetGlyphIndex()
393 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndex()
396 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndex()
Dcfgas_gefont.h106 CFGAS_FontMgr* const m_pFontMgr; variable
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp286 if (!m_pFontMgr) { in LoadFont()
288 m_pFontMgr = CFGAS_FontMgr::Create(FX_GetDefFontEnumerator()); in LoadFont()
291 m_pFontMgr = CFGAS_FontMgr::Create(m_pFontSource.get()); in LoadFont()
295 dwCodePage, m_pFontMgr.get()); in LoadFont()
Dcfwl_widgettp.h124 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr; variable
/external/pdfium/xfa/fxfa/
Dxfa_ffapp.h72 std::unique_ptr<CXFA_FontMgr> m_pFontMgr; variable
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp133 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
/external/pdfium/xfa/fde/css/
Dcfde_cssstyleselector.h81 CFGAS_FontMgr* const m_pFontMgr; variable
Dcfde_cssstyleselector.cpp26 : m_pFontMgr(pFontMgr), m_fDefFontSize(12.0f) {} in CFDE_CSSStyleSelector()
50 m_UARules.AddRulesFrom(m_UAStyles.get(), m_pFontMgr); in UpdateStyleIndex()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp719 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()