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 CWin32FontInfo
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.cpp1352 m_pMapper = pMapper; in EnumFontList()
1456 m_pMapper->AddInstalledFont(facename, FXFONT_SHIFTJIS_CHARSET); in ReportFace()
1460 m_pMapper->AddInstalledFont(facename, FXFONT_GB2312_CHARSET); in ReportFace()
1464 m_pMapper->AddInstalledFont(facename, FXFONT_CHINESEBIG5_CHARSET); in ReportFace()
1468 m_pMapper->AddInstalledFont(facename, FXFONT_HANGEUL_CHARSET); in ReportFace()
1472 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET); in ReportFace()
1476 m_pMapper->AddInstalledFont(facename, FXFONT_ANSI_CHARSET); in ReportFace()
/external/pdfium/core/include/fxge/
Dfx_font.h332 CFX_FontMapper* m_pMapper; variable