Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmgr.cpp79 CFX_FontMgr::CFX_FontMgr() in CFX_FontMgr() function in CFX_FontMgr
84 CFX_FontMgr::~CFX_FontMgr() { in ~CFX_FontMgr()
92 void CFX_FontMgr::InitFTLibrary() { in InitFTLibrary()
101 void CFX_FontMgr::SetSystemFontInfo( in SetSystemFontInfo()
106 FXFT_Face CFX_FontMgr::FindSubstFont(const ByteString& face_name, in FindSubstFont()
118 FXFT_Face CFX_FontMgr::GetCachedFace(const ByteString& face_name, in GetCachedFace()
132 FXFT_Face CFX_FontMgr::AddCachedFace(const ByteString& face_name, in AddCachedFace()
155 FXFT_Face CFX_FontMgr::GetCachedTTCFace(int ttc_size, in GetCachedTTCFace()
174 FXFT_Face CFX_FontMgr::AddCachedTTCFace(int ttc_size, in AddCachedTTCFace()
186 FXFT_Face CFX_FontMgr::GetFixedFace(const uint8_t* pData, in GetFixedFace()
[all …]
Dcfx_gemodule.h13 class CFX_FontMgr; variable
22 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr()
34 std::unique_ptr<CFX_FontMgr> m_pFontMgr;
Dcfx_fontmgr.h20 class CFX_FontMgr {
22 CFX_FontMgr();
23 ~CFX_FontMgr();
Dcfx_fontmapper.h16 class CFX_FontMgr; variable
22 explicit CFX_FontMapper(CFX_FontMgr* mgr);
82 UnownedPtr<CFX_FontMgr> const m_pFontMgr;
Dcfx_gemodule.cpp21 : m_pFontMgr(pdfium::MakeUnique<CFX_FontMgr>()), in CFX_GEModule()
Dcfx_font.cpp284 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
Dcfx_fontmapper.cpp271 CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr) in CFX_FontMapper()
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp94 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp600 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFont()
635 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace()
692 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in CreateFontStream()