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.cpp72 m_CodePoints[m_CodeSeq] = GetCode(word); in ParseWord()
80 EndCode = StartCode = m_CodePoints[0]; in ParseWord()
81 StartCID = (uint16_t)m_CodePoints[1]; in ParseWord()
86 StartCode = m_CodePoints[0]; in ParseWord()
87 EndCode = m_CodePoints[1]; in ParseWord()
88 StartCID = (uint16_t)m_CodePoints[2]; in ParseWord()
Dcpdf_cmapparser.h43 uint32_t m_CodePoints[4]; variable