Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dfpdf_font_cid.cpp373 uint16_t StartCID; in ParseWord() local
379 StartCID = (uint16_t)m_CodePoints[1]; in ParseWord()
386 StartCID = (uint16_t)m_CodePoints[2]; in ParseWord()
390 m_pCMap->m_pMapping[code] = (uint16_t)(StartCID + code - StartCode); in ParseWord()
395 buf[1] = ((EndCode - StartCode) << 16) + StartCID; in ParseWord()