Searched refs:AddInstalledFont (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.cpp | 239 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ShiftJIS); in ReportFace() 243 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseSimplified); in ReportFace() 247 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseTraditional); in ReportFace() 251 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Hangul); in ReportFace() 255 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Symbol); in ReportFace() 259 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ANSI); in ReportFace()
|
D | cfx_fontmapper.h | 27 void AddInstalledFont(const ByteString& name, int charset);
|
D | cfx_fontmapper.cpp | 313 void CFX_FontMapper::AddInstalledFont(const ByteString& name, int charset) { in AddInstalledFont() function in CFX_FontMapper
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 355 void AddInstalledFont(const LOGFONTA* plf, uint32_t FontType); 371 pFontInfo->AddInstalledFont(plf, FontType); in FontEnumProc() 425 void CFX_Win32FontInfo::AddInstalledFont(const LOGFONTA* plf, in AddInstalledFont() function in __anon28bd97680111::CFX_Win32FontInfo 432 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont() 440 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 112 pMapper->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()
|