/external/pdfium/xfa/fxfa/ |
D | cxfa_ffapp.cpp | 47 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()
|
D | cxfa_ffapp.h | 66 std::unique_ptr<CXFA_FontMgr> m_pFontMgr; variable
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 14 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()
|
D | cfpf_skiadevicemodule.cpp | 36 if (!m_pFontMgr) { in GetFontMgr() 40 m_pFontMgr = std::move(pNewMgr); in GetFontMgr() 42 return m_pFontMgr.get(); in GetFontMgr()
|
D | cfpf_skiadevicemodule.h | 23 std::unique_ptr<CFPF_SkiaFontMgr> m_pFontMgr;
|
D | fx_android_imp.cpp | 26 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 | 41 UnownedPtr<CFPF_SkiaFontMgr> m_pFontMgr;
|
D | cfpf_skiafont.h | 46 UnownedPtr<CFPF_SkiaFontMgr> m_pFontMgr;
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 272 : 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 …]
|
D | cfx_gemodule.h | 22 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr() 34 std::unique_ptr<CFX_FontMgr> m_pFontMgr; variable
|
D | cfx_gemodule.cpp | 21 : m_pFontMgr(pdfium::MakeUnique<CFX_FontMgr>()), in CFX_GEModule()
|
D | cfx_fontmapper.h | 82 UnownedPtr<CFX_FontMgr> const m_pFontMgr; variable
|
D | fx_ge_linux.cpp | 158 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 281 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()
|
D | cfwl_widgettp.h | 120 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr; variable
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 63 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()
|
D | cfgas_pdffontmgr.cpp | 28 : m_pDoc(pDoc), m_pFontMgr(pFontMgr) { in CFGAS_PDFFontMgr() 70 return CFGAS_GEFont::LoadFont(pPDFFont->GetFont(), m_pFontMgr.Get()); in FindFont()
|
D | cfgas_pdffontmgr.h | 53 UnownedPtr<CFGAS_FontMgr> const m_pFontMgr; variable
|
D | cfgas_gefont.h | 86 CFGAS_FontMgr::ObservedPtr m_pFontMgr; variable
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 134 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 713 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
|