Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmapparser.cpp86 m_CodePoints[m_CodeSeq] = GetCode(word); in HandleCid()
92 uint32_t StartCode = m_CodePoints[0]; in HandleCid()
97 StartCID = static_cast<uint16_t>(m_CodePoints[1]); in HandleCid()
99 EndCode = m_CodePoints[1]; in HandleCid()
100 StartCID = static_cast<uint16_t>(m_CodePoints[2]); in HandleCid()
Dcpdf_cmapparser.h57 uint32_t m_CodePoints[4] = {}; variable