Home
last modified time | relevance | path

Searched refs:AddInstalledFont (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp250 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()
Dcfx_fontmapper.h54 void AddInstalledFont(const ByteString& name, int charset);
Dcfx_fontmapper.cpp295 void CFX_FontMapper::AddInstalledFont(const ByteString& name, int charset) { in AddInstalledFont() function in CFX_FontMapper
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp337 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/
Dfpdf_sysfontinfo.cpp128 pMapper->AddInstalledFont(face, charset); in FPDF_AddInstalledFont()