Home
last modified time | relevance | path

Searched refs:CFX_FontMapper (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp280 CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr) in CFX_FontMapper() function in CFX_FontMapper
287 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 …]
Dcfx_folderfontinfo.h25 bool EnumFontList(CFX_FontMapper* pMapper) override;
64 CFX_FontMapper* m_pMapper;
Dcfx_fontmgr.cpp88 m_pBuiltinMapper = pdfium::MakeUnique<CFX_FontMapper>(this); in CFX_FontMgr()
Dcfx_folderfontinfo.cpp113 bool CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()
/external/pdfium/core/fxge/
Dcfx_fontmgr.h16 class CFX_FontMapper; variable
58 CFX_FontMapper* GetBuiltinMapper() const { return m_pBuiltinMapper.get(); } in GetBuiltinMapper()
63 std::unique_ptr<CFX_FontMapper> m_pBuiltinMapper;
Dcfx_fontmapper.h19 class CFX_FontMapper {
21 explicit CFX_FontMapper(CFX_FontMgr* mgr);
22 ~CFX_FontMapper();
Difx_systemfontinfo.h25 virtual bool EnumFontList(CFX_FontMapper* pMapper) = 0;
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp26 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()
Dcfx_systemhandler.cpp92 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper(); in FindNativeTrueTypeFont()
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.h25 bool EnumFontList(CFX_FontMapper* pMapper) override;
Dcfx_androidfontinfo.cpp25 bool CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp578 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()
Dcfgas_fontmgr.h237 CFX_FontMapper* pFontMapper,
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp337 bool EnumFontList(CFX_FontMapper* pMapper) override;
363 CFX_FontMapper* m_pMapper;
446 bool CFX_Win32FontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()