Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dtext_int.h83 FX_DWORD m_Charsets; variable
96 FX_DWORD m_Charsets; variable
Dfx_ge_fontmap.cpp1265 m_Charsets = 0; in CFontFileFaceInfo()
1418 pInfo->m_Charsets = 0; in ReportFace()
1425 pInfo->m_Charsets |= CHARSET_FLAG_SHIFTJIS; in ReportFace()
1429 pInfo->m_Charsets |= CHARSET_FLAG_GB; in ReportFace()
1433 pInfo->m_Charsets |= CHARSET_FLAG_BIG5; in ReportFace()
1437 pInfo->m_Charsets |= CHARSET_FLAG_KOREAN; in ReportFace()
1441 pInfo->m_Charsets |= CHARSET_FLAG_SYMBOL; in ReportFace()
1445 pInfo->m_Charsets |= CHARSET_FLAG_ANSI; in ReportFace()
Dfx_ge_linux.cpp190 if (!(pFont->m_Charsets & charset_flag) && charset != FXFONT_DEFAULT_CHARSET) { in FindFont()