HomeSort by relevance Sort by last modified time
    Searched refs:CFX_FontMgr (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 32 g_pGEModule->m_pFontMgr = new CFX_FontMgr;
fx_ge_fontmap.cpp 461 CFX_FontMgr::CFX_FontMgr() : m_FTLibrary(nullptr) {
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::GetCachedTTCFace(int ttc_size
    [all...]
fx_ge_font.cpp 212 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr();
  /external/pdfium/core/include/fxge/
fx_font.h 234 class CFX_FontMgr {
236 CFX_FontMgr();
237 ~CFX_FontMgr();
302 explicit CFX_FontMapper(CFX_FontMgr* mgr);
349 CFX_FontMgr* const m_pFontMgr;
fx_ge.h 14 class CFX_FontMgr;
32 CFX_FontMgr* GetFontMgr() { return m_pFontMgr; }
53 CFX_FontMgr* m_pFontMgr;
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 150 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr();
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp     [all...]

Completed in 284 milliseconds