Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h109 CFX_ArrayTemplate<CMap_CodeRange> m_CodeRanges; variable
Dfpdf_font_cid.cpp672 int nSegs = m_CodeRanges.GetSize(); in ParseWord()
678 FXSYS_memcpy(m_pCMap->m_pLeadingBytes, m_CodeRanges.GetData(), in ParseWord()
681 m_pCMap->m_CodingScheme = (m_CodeRanges[0].m_CharSize == 2) in ParseWord()
693 m_CodeRanges.Add(range); in ParseWord()