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

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

Completed in 107 milliseconds