Searched refs:CFX_FontMgr (Results 1 – 9 of 9) sorted by relevance
71 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_FontMgr93 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 …]
13 class CFX_FontMgr; variable30 CFX_FontMgr* GetFontMgr() const { return m_pFontMgr.get(); } in GetFontMgr()39 std::unique_ptr<CFX_FontMgr> const m_pFontMgr;
26 class CFX_FontMgr {51 CFX_FontMgr();52 ~CFX_FontMgr();
19 class CFX_FontMgr; variable42 explicit CFX_FontMapper(CFX_FontMgr* mgr);108 UnownedPtr<CFX_FontMgr> const m_pFontMgr;
22 m_pFontMgr(pdfium::MakeUnique<CFX_FontMgr>()), in CFX_GEModule()
261 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()
311 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
461 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in CreateFontStream()478 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace()
37 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()