Searched refs:AddInstalledFont (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_folderfontinfo.cpp | 232 m_pMapper->AddInstalledFont(facename, FXFONT_SHIFTJIS_CHARSET); in ReportFace() 236 m_pMapper->AddInstalledFont(facename, FXFONT_GB2312_CHARSET); in ReportFace() 240 m_pMapper->AddInstalledFont(facename, FXFONT_CHINESEBIG5_CHARSET); in ReportFace() 244 m_pMapper->AddInstalledFont(facename, FXFONT_HANGUL_CHARSET); in ReportFace() 248 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET); in ReportFace() 252 m_pMapper->AddInstalledFont(facename, FXFONT_ANSI_CHARSET); in ReportFace()
|
D | cfx_fontmapper.cpp | 322 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) { in AddInstalledFont() function in CFX_FontMapper
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.h | 26 void AddInstalledFont(const CFX_ByteString& name, int charset);
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 355 void AddInstalledFont(const LOGFONTA* plf, uint32_t FontType); 373 pFontInfo->AddInstalledFont(plf, FontType); in FontEnumProc() 427 void CFX_Win32FontInfo::AddInstalledFont(const LOGFONTA* plf, in AddInstalledFont() function in __anon28bd97680111::CFX_Win32FontInfo 434 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont() 442 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 95 pMapper->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()
|