Searched refs:AddInstalledFont (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.cpp | 250 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ShiftJIS); in ReportFace() 254 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseSimplified); in ReportFace() 258 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ChineseTraditional); in ReportFace() 262 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Hangul); in ReportFace() 266 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Symbol); in ReportFace() 270 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ANSI); in ReportFace()
|
D | cfx_fontmapper.h | 54 void AddInstalledFont(const ByteString& name, int charset);
|
D | cfx_fontmapper.cpp | 295 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 | 337 void AddInstalledFont(const LOGFONTA* plf, uint32_t FontType); 354 pFontInfo->AddInstalledFont(plf, FontType); in FontEnumProc() 408 void CFX_Win32FontInfo::AddInstalledFont(const LOGFONTA* plf, in AddInstalledFont() function in __anon432480ef0111::CFX_Win32FontInfo 415 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont() 423 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 128 pMapper->AddInstalledFont(face, charset); in FPDF_AddInstalledFont()
|