Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp276 pInfo->m_Charsets |= CHARSET_FLAG_SHIFTJIS; in ReportFace()
280 pInfo->m_Charsets |= CHARSET_FLAG_GB; in ReportFace()
284 pInfo->m_Charsets |= CHARSET_FLAG_BIG5; in ReportFace()
288 pInfo->m_Charsets |= CHARSET_FLAG_KOREAN; in ReportFace()
292 pInfo->m_Charsets |= CHARSET_FLAG_SYMBOL; in ReportFace()
296 pInfo->m_Charsets |= CHARSET_FLAG_ANSI; in ReportFace()
330 if (!(pFont->m_Charsets & charset_flag) && charset != FX_Charset::kDefault) in FindFont()
Dcfx_folderfontinfo.h65 uint32_t m_Charsets = 0; variable
Dcfx_folderfontinfo_unittest.cpp67 info->m_Charsets = charsets; in AddDummyFont()