Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp257 m_pCMap->m_pLeadingBytes = FX_Alloc2D(FX_BYTE, nSegs, sizeof(_CMap_CodeRange)); in ParseWord()
258 … FXSYS_memcpy32(m_pCMap->m_pLeadingBytes, m_CodeRanges.GetData(), nSegs * sizeof(_CMap_CodeRange)); in ParseWord()
286 m_pLeadingBytes = NULL; in CPDF_CMap()
300 if (m_pLeadingBytes) { in ~CPDF_CMap()
301 FX_Free(m_pLeadingBytes); in ~CPDF_CMap()
379 m_pLeadingBytes = FX_Alloc(FX_BYTE, 256); in LoadPredefined()
382 m_pLeadingBytes[b] = 1; in LoadPredefined()
504 if (!m_pLeadingBytes[byte1]) { in GetNextChar()
514 _CMap_CodeRange* pRanges = (_CMap_CodeRange*)m_pLeadingBytes; in GetNextChar()
570 if (m_pLeadingBytes[((FX_LPBYTE)pString)[i]]) { in CountChar()
[all …]
Dfont_int.h116 FX_BYTE* m_pLeadingBytes; variable