Home
last modified time | relevance | path

Searched refs:CFX_FontMgr (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmgr.cpp71 CFX_FontMgr::FontDesc::FontDesc(std::unique_ptr<uint8_t, FxFreeDeleter> pData, in FontDesc()
75 CFX_FontMgr::FontDesc::~FontDesc() = default;
77 void CFX_FontMgr::FontDesc::SetFace(size_t index, CFX_Face* face) { in SetFace()
82 CFX_Face* CFX_FontMgr::FontDesc::GetFace(size_t index) const { in GetFace()
87 CFX_FontMgr::CFX_FontMgr() in CFX_FontMgr() function in CFX_FontMgr
93 CFX_FontMgr::~CFX_FontMgr() = default;
95 void CFX_FontMgr::SetSystemFontInfo( in SetSystemFontInfo()
100 RetainPtr<CFX_Face> CFX_FontMgr::FindSubstFont(const ByteString& face_name, in FindSubstFont()
111 RetainPtr<CFX_FontMgr::FontDesc> CFX_FontMgr::GetCachedFontDesc( in GetCachedFontDesc()
119 RetainPtr<CFX_FontMgr::FontDesc> CFX_FontMgr::AddCachedFontDesc( in AddCachedFontDesc()
[all …]
Dcfx_gemodule.h13 class CFX_FontMgr; variable
30 CFX_FontMgr* GetFontMgr() const { return m_pFontMgr.get(); } in GetFontMgr()
39 std::unique_ptr<CFX_FontMgr> const m_pFontMgr;
Dcfx_fontmgr.h26 class CFX_FontMgr {
51 CFX_FontMgr();
52 ~CFX_FontMgr();
Dcfx_fontmapper.h19 class CFX_FontMgr; variable
42 explicit CFX_FontMapper(CFX_FontMgr* mgr);
108 UnownedPtr<CFX_FontMgr> const m_pFontMgr;
Dcfx_gemodule.cpp22 m_pFontMgr(pdfium::MakeUnique<CFX_FontMgr>()), in CFX_GEModule()
Dcfx_fontmapper.cpp261 CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr) : m_pFontMgr(mgr) {} in CFX_FontMapper()
710 RetainPtr<CFX_FontMgr::FontDesc> pFontDesc = in GetCachedTTCFace()
741 RetainPtr<CFX_FontMgr::FontDesc> pFontDesc = in GetCachedFace()
Dcfx_font.cpp311 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp461 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in CreateFontStream()
478 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace()
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp37 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()