Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp239 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()
Dcfx_fontmapper.h27 void AddInstalledFont(const ByteString& name, int charset);
Dcfx_fontmapper.cpp313 void CFX_FontMapper::AddInstalledFont(const ByteString& name, int charset) { in AddInstalledFont() function in CFX_FontMapper
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp355 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 __anon82f3ec110111::CFX_Win32FontInfo
432 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()
440 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp112 pMapper->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()