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.h22 class CFX_FontMapper; variable
226 CFX_FontMapper* m_pBuiltinMapper;
257 class CFX_FontMapper : public IFX_FontMapper
260 CFX_FontMapper();
261 virtual ~CFX_FontMapper();
299 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;
322 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
332 CFX_FontMapper* m_pMapper;
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp22 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()
82 ((CFX_FontMapper*)mapper)->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()
106 ((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 = FX_NEW CFX_FontMapper; in CFX_FontMgr()
466 CFX_FontMapper::CFX_FontMapper() in CFX_FontMapper() function in CFX_FontMapper
474 CFX_FontMapper::~CFX_FontMapper() in ~CFX_FontMapper()
490 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) in SetSystemFontInfo()
576 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) in GetPSNameFromTT()
594 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) in AddInstalledFont()
632 void CFX_FontMapper::LoadInstalledFonts() in LoadInstalledFonts()
646 CFX_ByteString CFX_FontMapper::MatchInstalledFonts(const CFX_ByteString& norm_name) in MatchInstalledFonts()
773 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_ang… in UseInternalSubst()
916 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.h20 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()