Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h82 typedef void (*FX_LPEnumAllFonts)(std::deque<FX_FONTDESCRIPTOR>* fonts, typedef
86 FX_LPEnumAllFonts FX_GetDefFontEnumerator();
90 static std::unique_ptr<CFGAS_FontMgr> Create(FX_LPEnumAllFonts pEnumerator);
92 explicit CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator);
120 FX_LPEnumAllFonts m_pEnumerator;
Dcfgas_fontmgr.cpp101 FX_LPEnumAllFonts pEnumerator) { in Create()
105 CFGAS_FontMgr::CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator) in CFGAS_FontMgr()
353 FX_LPEnumAllFonts FX_GetDefFontEnumerator() { in FX_GetDefFontEnumerator()