Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp240 pInfo->m_Charsets |= CHARSET_FLAG_SHIFTJIS; in ReportFace()
244 pInfo->m_Charsets |= CHARSET_FLAG_GB; in ReportFace()
248 pInfo->m_Charsets |= CHARSET_FLAG_BIG5; in ReportFace()
252 pInfo->m_Charsets |= CHARSET_FLAG_KOREAN; in ReportFace()
256 pInfo->m_Charsets |= CHARSET_FLAG_SYMBOL; in ReportFace()
260 pInfo->m_Charsets |= CHARSET_FLAG_ANSI; in ReportFace()
296 if (!(pFont->m_Charsets & charset_flag) && charset != FX_CHARSET_Default) in FindFont()
398 m_Charsets(0) {} in FontFaceInfo()
Dcfx_folderfontinfo.h62 uint32_t m_Charsets; variable