Home
last modified time | relevance | path

Searched refs:EnumFonts (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp27 if (m_pInfo->EnumFonts) { in EnumFontList()
28 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
188 pFontInfoExt->EnumFonts = DefaultEnumFonts; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/public/
Dfpdf_sysfontinfo.h81 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); member
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h207 bool EnumFonts();
Dcfgas_fontmgr.cpp567 if (!pFontMgr->EnumFonts()) in Create()
614 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts() function in CFGAS_FontMgr