Searched defs:CFX_FontMgr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp461 CFX_FontMgr::CFX_FontMgr() : m_FTLibrary(nullptr) { function in class:CFX_FontMgr
465 CFX_FontMgr::~CFX_FontMgr() {
475 void CFX_FontMgr::InitFTLibrary() {
481 void CFX_FontMgr::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) {
485 FXFT_Face CFX_FontMgr::FindSubstFont(const CFX_ByteString& face_name,
497 FXFT_Face CFX_FontMgr::GetCachedFace(const CFX_ByteString& face_name,
510 FXFT_Face CFX_FontMgr::AddCachedFace(const CFX_ByteString& face_name,
561 FXFT_Face CFX_FontMgr
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_font.h234 class CFX_FontMgr { class
236 CFX_FontMgr();
237 ~CFX_FontMgr();
302 explicit CFX_FontMapper(CFX_FontMgr* mgr);
349 CFX_FontMgr* const m_pFontMgr;

Completed in 206 milliseconds