Home
last modified time | relevance | path

Searched refs:m_pMapper (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/win32/
Dcwin32_platform.cpp142 UnownedPtr<CFX_FontMapper> m_pMapper; member in __anon0419e2b90111::CFX_Win32FontInfo
190 m_pMapper->AddInstalledFont(name, FX_GetCharsetFromInt(plf->lfCharSet)); in AddInstalledFont()
198 m_pMapper->AddInstalledFont(name, FX_GetCharsetFromInt(plf->lfCharSet)); in AddInstalledFont()
203 m_pMapper = pMapper; in EnumFontList()
215 if (!m_pMapper) in FindFont()
219 m_pMapper->InstalledFontNameStartingWith(name); in FindFont()
224 m_pMapper->LocalizedFontNameStartingWith(name); in FindFont()
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp145 m_pMapper = pMapper; in EnumFontList()
267 m_pMapper->AddInstalledFont(facename, FX_Charset::kShiftJIS); in ReportFace()
271 m_pMapper->AddInstalledFont(facename, FX_Charset::kChineseSimplified); in ReportFace()
275 m_pMapper->AddInstalledFont(facename, FX_Charset::kChineseTraditional); in ReportFace()
279 m_pMapper->AddInstalledFont(facename, FX_Charset::kHangul); in ReportFace()
283 m_pMapper->AddInstalledFont(facename, FX_Charset::kSymbol); in ReportFace()
287 m_pMapper->AddInstalledFont(facename, FX_Charset::kANSI); in ReportFace()
Dcfx_folderfontinfo.h92 UnownedPtr<CFX_FontMapper> m_pMapper; variable