Searched refs:pMapper (Results 1 – 7 of 7) sorted by relevance
23 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) FX_OVERRIDE in EnumFontList() argument26 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()113 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) in DefaultEnumFonts() argument115 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
21 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
77 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
300 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;325 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
25 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);140 FX_BOOL CWin32FontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument142 m_pMapper = pMapper; in EnumFontList()149 if (pMapper->GetFontEnumerator()) { in EnumFontList()150 pMapper->GetFontEnumerator()->Finish(); in EnumFontList()
1307 FX_BOOL CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument1309 m_pMapper = pMapper; in EnumFontList()