Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp251 pInfo->m_Charsets |= CHARSET_FLAG_SHIFTJIS; in ReportFace()
255 pInfo->m_Charsets |= CHARSET_FLAG_GB; in ReportFace()
259 pInfo->m_Charsets |= CHARSET_FLAG_BIG5; in ReportFace()
263 pInfo->m_Charsets |= CHARSET_FLAG_KOREAN; in ReportFace()
267 pInfo->m_Charsets |= CHARSET_FLAG_SYMBOL; in ReportFace()
271 pInfo->m_Charsets |= CHARSET_FLAG_ANSI; in ReportFace()
308 if (!(pFont->m_Charsets & charset_flag) && charset != FX_CHARSET_Default) in FindFont()
400 m_Charsets(0) {} in FontFaceInfo()
Dcfx_folderfontinfo.h55 uint32_t m_Charsets; variable