Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmgr.cpp86 CFX_FontMgr::CFX_FontMgr() in CFX_FontMgr() function in CFX_FontMgr
91 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 …]
Dcfx_gemodule.cpp23 m_pFontMgr(new CFX_FontMgr), in CFX_GEModule()
Dcfx_font.cpp324 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
Dcfx_fontmapper.cpp280 CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr) in CFX_FontMapper()
/external/pdfium/core/fxge/
Dcfx_gemodule.h17 class CFX_FontMgr; variable
26 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr()
44 std::unique_ptr<CFX_FontMgr> m_pFontMgr;
Dcfx_fontmgr.h20 class CFX_FontMgr {
22 CFX_FontMgr();
23 ~CFX_FontMgr();
Dcfx_fontmapper.h21 explicit CFX_FontMapper(CFX_FontMgr* mgr);
83 CFX_FontMgr* const m_pFontMgr;
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp88 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp749 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()