Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp629 m_CodePoints[m_CodeSeq] = CMap_GetCode(word); in ParseWord()
637 EndCode = StartCode = m_CodePoints[0]; in ParseWord()
638 StartCID = (FX_WORD)m_CodePoints[1]; in ParseWord()
643 StartCode = m_CodePoints[0]; in ParseWord()
644 EndCode = m_CodePoints[1]; in ParseWord()
645 StartCID = (FX_WORD)m_CodePoints[2]; in ParseWord()
Dfont_int.h108 FX_DWORD m_CodePoints[4]; variable