Searched refs:CFX_FontMgr (Results 1 – 9 of 9) sorted by relevance
86 CFX_FontMgr::CFX_FontMgr() in CFX_FontMgr() function in CFX_FontMgr91 CFX_FontMgr::~CFX_FontMgr() { in ~CFX_FontMgr()101 void CFX_FontMgr::InitFTLibrary() { in InitFTLibrary()110 void CFX_FontMgr::SetSystemFontInfo( in SetSystemFontInfo()115 FXFT_Face CFX_FontMgr::FindSubstFont(const CFX_ByteString& face_name, in FindSubstFont()127 FXFT_Face CFX_FontMgr::GetCachedFace(const CFX_ByteString& face_name, in GetCachedFace()141 FXFT_Face CFX_FontMgr::AddCachedFace(const CFX_ByteString& face_name, in AddCachedFace()170 FXFT_Face CFX_FontMgr::GetCachedTTCFace(int ttc_size, in GetCachedTTCFace()189 FXFT_Face CFX_FontMgr::AddCachedTTCFace(int ttc_size, in AddCachedTTCFace()207 FXFT_Face CFX_FontMgr::GetFixedFace(const uint8_t* pData, in GetFixedFace()[all …]
23 m_pFontMgr(new CFX_FontMgr), in CFX_GEModule()
324 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
280 CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr) in CFX_FontMapper()
17 class CFX_FontMgr; variable26 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr()44 std::unique_ptr<CFX_FontMgr> m_pFontMgr;
20 class CFX_FontMgr {22 CFX_FontMgr();23 ~CFX_FontMgr();
21 explicit CFX_FontMapper(CFX_FontMgr* mgr);83 CFX_FontMgr* const m_pFontMgr;
88 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()
749 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFont()805 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace()859 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in CreateFontStream()