Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dfpdf_font_cid.cpp415 FX_Free(m_pCMap->m_pLeadingBytes); in ParseWord()
416 m_pCMap->m_pLeadingBytes = in ParseWord()
418 FXSYS_memcpy(m_pCMap->m_pLeadingBytes, m_CodeRanges.data(), in ParseWord()
504 m_pLeadingBytes = nullptr; in CPDF_CMap()
512 FX_Free(m_pLeadingBytes); in ~CPDF_CMap()
552 m_pLeadingBytes = FX_Alloc(uint8_t, 256); in LoadPredefined()
556 m_pLeadingBytes[b] = 1; in LoadPredefined()
625 if (!m_pLeadingBytes[byte1]) { in GetNextChar()
635 CMap_CodeRange* pRanges = (CMap_CodeRange*)m_pLeadingBytes; in GetNextChar()
689 if (m_pLeadingBytes[((uint8_t*)pString)[i]]) { in CountChar()
[all …]
Dfont_int.h165 uint8_t* m_pLeadingBytes; variable