Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp22 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
25 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
104 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) in DefaultEnumFonts() argument
106 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h20 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
Dfx_android_font.cpp22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
/external/pdfium/fpdfsdk/include/
Dfpdf_sysfontinfo.h78 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
/external/pdfium/core/include/fxge/
Dfx_font.h299 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;
322 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp25 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
140 FX_BOOL CWin32FontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
142 m_pMapper = pMapper; in EnumFontList()
149 if (pMapper->GetFontEnumerator()) { in EnumFontList()
150 pMapper->GetFontEnumerator()->Finish(); in EnumFontList()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1350 FX_BOOL CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
1352 m_pMapper = pMapper; in EnumFontList()