Home
last modified time | relevance | path

Searched refs:EnumFontList (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp22 FX_BOOL EnumFontList(CFX_FontMapper* pMapper) override { in EnumFontList() function in CFX_ExternalFontInfo
117 ->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h17 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
Dfx_android_font.cpp18 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList() function in CFX_AndroidFontInfo
/external/pdfium/core/include/fxge/
Dfx_font.h357 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;
395 FX_BOOL EnumFontList(CFX_FontMapper* pMapper) override;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp769 m_pFontInfo->EnumFontList(this); in LoadInstalledFonts()
1329 FX_BOOL CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList() function in CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp37 FX_BOOL EnumFontList(CFX_FontMapper* pMapper) override;
155 FX_BOOL CFX_Win32FontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList() function in CFX_Win32FontInfo