Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.cpp232 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()
Dcfx_fontmapper.cpp322 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) { in AddInstalledFont() function in CFX_FontMapper
/external/pdfium/core/fxge/
Dcfx_fontmapper.h26 void AddInstalledFont(const CFX_ByteString& name, int charset);
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp355 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/
Dfpdf_sysfontinfo.cpp95 pMapper->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()