Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp59 if (m_pInfo->EnumFonts) { in EnumFontList()
60 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
222 pFontInfoExt->EnumFonts = DefaultEnumFonts; in FPDF_GetDefaultSystemFontInfo()
Dfpdf_sysfontinfo_embeddertest.cpp66 font_info_.EnumFonts = FakeEnumFonts; in SetUp()
/external/pdfium/testing/
Dxfa_unit_test_support.cpp27 if (font_mgr->EnumFonts()) in SetUp()
/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.cpp46 if (!m_pFDEFontMgr->EnumFonts()) in GetFDEFontMgr()
/external/pdfium/public/
Dfpdf_sysfontinfo.h85 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); member
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h115 bool EnumFonts();
Dcfgas_fontmgr.cpp179 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts() function in CFGAS_FontMgr
648 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts() function in CFGAS_FontMgr
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp242 if (!m_pFontMgr->EnumFonts()) in LoadFont()