Searched refs:CFX_FontMapper (Results 1 – 14 of 14) sorted by relevance
280 CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr) in CFX_FontMapper() function in CFX_FontMapper287 CFX_FontMapper::~CFX_FontMapper() { in ~CFX_FontMapper()298 void CFX_FontMapper::SetSystemFontInfo( in SetSystemFontInfo()306 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) { in GetPSNameFromTT()322 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) { in AddInstalledFont()358 void CFX_FontMapper::LoadInstalledFonts() { in LoadInstalledFonts()366 CFX_ByteString CFX_FontMapper::MatchInstalledFonts( in MatchInstalledFonts()384 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst()424 FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name, in FindSubstFont()720 FXFT_Face CFX_FontMapper::FindSubstFontByUnicode(uint32_t dwUnicode, in FindSubstFontByUnicode()[all …]
25 bool EnumFontList(CFX_FontMapper* pMapper) override;64 CFX_FontMapper* m_pMapper;
88 m_pBuiltinMapper = pdfium::MakeUnique<CFX_FontMapper>(this); in CFX_FontMgr()
113 bool CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()
16 class CFX_FontMapper; variable58 CFX_FontMapper* GetBuiltinMapper() const { return m_pBuiltinMapper.get(); } in GetBuiltinMapper()63 std::unique_ptr<CFX_FontMapper> m_pBuiltinMapper;
19 class CFX_FontMapper {21 explicit CFX_FontMapper(CFX_FontMgr* mgr);22 ~CFX_FontMapper();
25 virtual bool EnumFontList(CFX_FontMapper* pMapper) = 0;
26 bool EnumFontList(CFX_FontMapper* pMapper) override { in EnumFontList()94 CFX_FontMapper* pMapper = reinterpret_cast<CFX_FontMapper*>(mapper); in FPDF_AddInstalledFont()123 pDefault->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
92 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper(); in FindNativeTrueTypeFont()
25 bool EnumFontList(CFX_FontMapper* pMapper) override;
25 bool CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()
578 CFX_FontMapper* pFontMapper = in EnumFontsFromFontMapper()750 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper(); in LoadFont()837 CFX_FontMapper* pFontMapper, in CreateFontStream()860 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper(); in CreateFontStream()
237 CFX_FontMapper* pFontMapper,
337 bool EnumFontList(CFX_FontMapper* pMapper) override;363 CFX_FontMapper* m_pMapper;446 bool CFX_Win32FontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()