Searched refs:pMapper (Results 1 – 7 of 7) sorted by relevance
22 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument25 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()104 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) in DefaultEnumFonts() argument106 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
20 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument
78 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
299 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;322 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()
1350 FX_BOOL CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList() argument1352 m_pMapper = pMapper; in EnumFontList()