Home
last modified time | relevance | path

Searched refs:pMapper (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp22 FX_BOOL EnumFontList(CFX_FontMapper* pMapper) override { in EnumFontList() argument
24 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
115 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts() argument
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() argument
/external/pdfium/public/
Dfpdf_sysfontinfo.h80 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
/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/win32/
Dfx_win32_device.cpp37 FX_BOOL EnumFontList(CFX_FontMapper* pMapper) override;
155 FX_BOOL CFX_Win32FontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList() argument
156 m_pMapper = pMapper; in EnumFontList()
164 if (pMapper->GetFontEnumerator()) { in EnumFontList()
165 pMapper->GetFontEnumerator()->Finish(); in EnumFontList()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1329 FX_BOOL CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList() argument
1330 m_pMapper = pMapper; in EnumFontList()