Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dfpdf_font_cid.cpp370 m_CodePoints[m_CodeSeq] = CMap_GetCode(word); in ParseWord()
378 EndCode = StartCode = m_CodePoints[0]; in ParseWord()
379 StartCID = (uint16_t)m_CodePoints[1]; in ParseWord()
384 StartCode = m_CodePoints[0]; in ParseWord()
385 EndCode = m_CodePoints[1]; in ParseWord()
386 StartCID = (uint16_t)m_CodePoints[2]; in ParseWord()
Dfont_int.h114 uint32_t m_CodePoints[4]; variable