Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp42 CFX_FontMapper* m_pMapper; member in FX_FINAL
52 m_pMapper = NULL; in ~CWin32FontInfo()
112 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()
123 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()
134 if (pFontInfo->m_pMapper->GetFontEnumerator()) { in FontEnumProc()
135 pFontInfo->m_pMapper->GetFontEnumerator()->HitFont(); in FontEnumProc()
142 m_pMapper = pMapper; in EnumFontList()
183 if (m_pMapper == NULL) { in FindFont()
186 int nFonts = m_pMapper->m_InstalledTTFonts.GetSize(); in FindFont()
188 CFX_ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; in FindFont()
[all …]
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1309 m_pMapper = pMapper; in EnumFontList()
1424 m_pMapper->AddInstalledFont(facename, FXFONT_SHIFTJIS_CHARSET); in ReportFace()
1428 m_pMapper->AddInstalledFont(facename, FXFONT_GB2312_CHARSET); in ReportFace()
1432 m_pMapper->AddInstalledFont(facename, FXFONT_CHINESEBIG5_CHARSET); in ReportFace()
1436 m_pMapper->AddInstalledFont(facename, FXFONT_HANGEUL_CHARSET); in ReportFace()
1440 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET); in ReportFace()
1444 m_pMapper->AddInstalledFont(facename, FXFONT_ANSI_CHARSET); in ReportFace()
/external/pdfium/core/include/fxge/
Dfx_font.h335 CFX_FontMapper* m_pMapper; variable