Home
last modified time | relevance | path

Searched refs:FX_LPEnumAllFonts (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h127 typedef void (*FX_LPEnumAllFonts)(CFX_FontDescriptors& fonts, typedef
131 FX_LPEnumAllFonts FX_GetDefFontEnumerator();
138 static IFX_FontMgr* Create(FX_LPEnumAllFonts pEnumerator,
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.h16 CFX_StdFontMgrImp(FX_LPEnumAllFonts pEnumerator,
51 FX_LPEnumAllFonts m_pEnumerator;
Dfx_stdfontmgr.cpp11 IFX_FontMgr* IFX_FontMgr::Create(FX_LPEnumAllFonts pEnumerator, in Create()
16 CFX_StdFontMgrImp::CFX_StdFontMgrImp(FX_LPEnumAllFonts pEnumerator, in CFX_StdFontMgrImp()
495 FX_LPEnumAllFonts FX_GetDefFontEnumerator() { in FX_GetDefFontEnumerator()