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.cpp210 m_CodePoints[m_CodeSeq] = CMap_GetCode(word); in ParseWord()
218 EndCode = StartCode = m_CodePoints[0]; in ParseWord()
219 StartCID = (FX_WORD)m_CodePoints[1]; in ParseWord()
224 StartCode = m_CodePoints[0]; in ParseWord()
225 EndCode = m_CodePoints[1]; in ParseWord()
226 StartCID = (FX_WORD)m_CodePoints[2]; in ParseWord()
Dfont_int.h66 FX_DWORD m_CodePoints[4]; variable