Searched refs:CFX_FontMapper (Results 1 – 7 of 7) sorted by relevance
20 class CFX_FontMapper; variable224 CFX_FontMapper* m_pBuiltinMapper;257 class CFX_FontMapper : public IFX_FontMapper260 CFX_FontMapper();261 virtual ~CFX_FontMapper();300 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;325 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);335 CFX_FontMapper* m_pMapper;
23 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) FX_OVERRIDE in EnumFontList()86 ((CFX_FontMapper*)mapper)->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()115 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper; in FindNativeTrueTypeFont()
64 m_pBuiltinMapper = new CFX_FontMapper; in CFX_FontMgr()457 CFX_FontMapper::CFX_FontMapper() in CFX_FontMapper() function in CFX_FontMapper465 CFX_FontMapper::~CFX_FontMapper() in ~CFX_FontMapper()481 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) in SetSystemFontInfo()558 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) in GetPSNameFromTT()573 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) in AddInstalledFont()611 void CFX_FontMapper::LoadInstalledFonts() in LoadInstalledFonts()625 CFX_ByteString CFX_FontMapper::MatchInstalledFonts(const CFX_ByteString& norm_name) in MatchInstalledFonts()739 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_ang… in UseInternalSubst()882 FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name, FX_BOOL bTrueType, FX_DWORD fla… in FindSubstFont()[all …]
21 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()
25 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);42 CFX_FontMapper* m_pMapper;140 FX_BOOL CWin32FontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()