Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.cpp47 if (!m_pFontMgr) in SetDefaultFontMgr()
48 m_pFontMgr = pdfium::MakeUnique<CXFA_FontMgr>(); in SetDefaultFontMgr()
49 m_pFontMgr->SetDefFontMgr(std::move(pFontMgr)); in SetDefaultFontMgr()
53 return m_pFontMgr.get(); in GetXFAFontMgr()
Dcxfa_ffapp.h66 std::unique_ptr<CXFA_FontMgr> m_pFontMgr; variable
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp14 CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(nullptr) {} in CFX_AndroidFontInfo()
21 m_pFontMgr = pFontMgr; in Init()
34 if (!m_pFontMgr) in MapFont()
48 return m_pFontMgr->CreateFont(face, charset, dwStyle, in MapFont()
Dcfpf_skiadevicemodule.cpp36 if (!m_pFontMgr) { in GetFontMgr()
40 m_pFontMgr = std::move(pNewMgr); in GetFontMgr()
42 return m_pFontMgr.get(); in GetFontMgr()
Dcfpf_skiadevicemodule.h23 std::unique_ptr<CFPF_SkiaFontMgr> m_pFontMgr;
Dfx_android_imp.cpp26 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.h41 UnownedPtr<CFPF_SkiaFontMgr> m_pFontMgr;
Dcfpf_skiafont.h46 UnownedPtr<CFPF_SkiaFontMgr> m_pFontMgr;
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp272 : m_bListLoaded(false), m_pFontMgr(mgr) { in CFX_FontMapper()
376 if (m_pFontMgr->GetBuiltinFont(iBaseFont, &pFontData, &size)) { in UseInternalSubst()
377 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
392 m_pFontMgr->GetBuiltinFont(14, &pFontData, &size); in UseInternalSubst()
393 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
401 m_pFontMgr->GetBuiltinFont(15, &pFontData, &size); in UseInternalSubst()
402 m_MMFaces[0] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
761 FXFT_Face face = m_pFontMgr->GetCachedTTCFace( in GetCachedTTCFace()
766 face = m_pFontMgr->AddCachedTTCFace(ttc_size, checksum, pFontData, ttc_size, in GetCachedTTCFace()
779 m_pFontMgr->GetCachedFace(SubstName, weight, bItalic, &pFontData); in GetCachedFace()
[all …]
Dcfx_gemodule.h22 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr()
34 std::unique_ptr<CFX_FontMgr> m_pFontMgr; variable
Dcfx_gemodule.cpp21 : m_pFontMgr(pdfium::MakeUnique<CFX_FontMgr>()), in CFX_GEModule()
Dcfx_fontmapper.h82 UnownedPtr<CFX_FontMgr> const m_pFontMgr; variable
Dfx_ge_linux.cpp158 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp281 if (!m_pFontMgr) { in LoadFont()
282 m_pFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in LoadFont()
283 if (!m_pFontMgr->EnumFonts()) in LoadFont()
284 m_pFontMgr = nullptr; in LoadFont()
289 dwFontStyles, dwCodePage, m_pFontMgr.get()); in LoadFont()
Dcfwl_widgettp.h120 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr; variable
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp63 m_pFontMgr(pFontMgr) { in CFGAS_GEFont()
260 if (!m_pFontMgr || !bRecursive) in GetGlyphIndexAndFont()
265 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndexAndFont()
268 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndexAndFont()
Dcfgas_pdffontmgr.cpp28 : m_pDoc(pDoc), m_pFontMgr(pFontMgr) { in CFGAS_PDFFontMgr()
70 return CFGAS_GEFont::LoadFont(pPDFFont->GetFont(), m_pFontMgr.Get()); in FindFont()
Dcfgas_pdffontmgr.h53 UnownedPtr<CFGAS_FontMgr> const m_pFontMgr; variable
Dcfgas_gefont.h86 CFGAS_FontMgr::ObservedPtr m_pFontMgr; variable
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp134 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp713 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()