Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h20 class CFX_FontMapper; variable
224 CFX_FontMapper* m_pBuiltinMapper;
257 class CFX_FontMapper : public IFX_FontMapper
260 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;
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp23 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()
Dfsdk_mgr.cpp148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper; in FindNativeTrueTypeFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp64 m_pBuiltinMapper = new CFX_FontMapper; in CFX_FontMgr()
457 CFX_FontMapper::CFX_FontMapper() in CFX_FontMapper() function in CFX_FontMapper
465 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 …]
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h21 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
Dfx_android_font.cpp22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp25 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
42 CFX_FontMapper* m_pMapper;
140 FX_BOOL CWin32FontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()