Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp23 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) FX_OVERRIDE in EnumFontList() argument
26 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
113 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) in DefaultEnumFonts() argument
115 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h21 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
Dfx_android_font.cpp22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
/external/pdfium/public/
Dfpdf_sysfontinfo.h77 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
/external/pdfium/core/include/fxge/
Dfx_font.h300 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;
325 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.cpp1307 FX_BOOL CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
1309 m_pMapper = pMapper; in EnumFontList()