/external/pdfium/core/fxge/android/ |
D | cfpf_skiadevicemodule.cpp | 24 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()
|
D | cfx_androidfontinfo.cpp | 14 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()
|
D | cfpf_skiadevicemodule.h | 14 CFPF_SkiaDeviceModule() : m_pFontMgr(nullptr) {} in CFPF_SkiaDeviceModule() 21 CFPF_SkiaFontMgr* m_pFontMgr;
|
D | fx_android_imp.cpp | 24 m_pFontMgr->SetSystemFontInfo(std::move(pFontInfo)); in InitPlatform()
|
D | cfpf_skiafont.cpp | 22 : m_pFontMgr(nullptr), in CFPF_SkiaFont() 215 m_pFontMgr = pFontMgr; in InitFont()
|
D | cfx_androidfontinfo.h | 42 CFPF_SkiaFontMgr* m_pFontMgr;
|
D | cfpf_skiafont.h | 45 CFPF_SkiaFontMgr* m_pFontMgr;
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffapp.cpp | 119 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/ |
D | cfx_fontmapper.cpp | 281 : 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 …]
|
D | cfx_gemodule.cpp | 23 m_pFontMgr(new CFX_FontMgr), in CFX_GEModule()
|
D | fx_ge_linux.cpp | 158 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
|
/external/pdfium/core/fxge/ |
D | cfx_gemodule.h | 26 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr() 44 std::unique_ptr<CFX_FontMgr> m_pFontMgr; variable
|
D | cfx_fontmapper.h | 83 CFX_FontMgr* const m_pFontMgr; variable
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 88 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()
|
D | cfgas_gefont.h | 106 CFGAS_FontMgr* const m_pFontMgr; variable
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 286 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()
|
D | cfwl_widgettp.h | 124 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr; variable
|
/external/pdfium/xfa/fxfa/ |
D | xfa_ffapp.h | 72 std::unique_ptr<CXFA_FontMgr> m_pFontMgr; variable
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 133 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
|
/external/pdfium/xfa/fde/css/ |
D | cfde_cssstyleselector.h | 81 CFGAS_FontMgr* const m_pFontMgr; variable
|
D | cfde_cssstyleselector.cpp | 26 : 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/ |
D | fx_win32_device.cpp | 719 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
|