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

  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 40 g_pGEModule->m_pFontMgr = FX_NEW CFX_FontMgr;
fx_ge_fontmap.cpp 62 CFX_FontMgr::CFX_FontMgr()
73 CFX_FontMgr::~CFX_FontMgr()
83 void CFX_FontMgr::InitFTLibrary()
89 void CFX_FontMgr::FreeCache()
100 void CFX_FontMgr::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo)
104 FXFT_Face CFX_FontMgr::FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType,
120 FXFT_Face CFX_FontMgr::GetCachedFace(const CFX_ByteString& face_name,
136 FXFT_Face CFX_FontMgr::AddCachedFace(const CFX_ByteString& face_name,
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 202 class CFX_FontMgr : public CFX_Object
205 CFX_FontMgr();
206 ~CFX_FontMgr();
241 CFX_FontMgr* m_pFontMgr;
fx_ge.h 19 class CFX_FontMgr;
40 CFX_FontMgr* GetFontMgr()
71 CFX_FontMgr* m_pFontMgr;
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 142 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr();

Completed in 113 milliseconds