Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h49 struct _CMap_CodeRange { struct
67 CFX_ArrayTemplate<_CMap_CodeRange> m_CodeRanges; argument
Dfpdf_font_cid.cpp149 static FX_BOOL _CMap_GetCodeRange(_CMap_CodeRange& range, FX_BSTR first, FX_BSTR second) in _CMap_GetCodeRange()
257 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()
268 _CMap_CodeRange range; in ParseWord()
465 static int _CheckCodeRange(FX_LPBYTE codes, int size, _CMap_CodeRange* pRanges, int nRanges) in _CheckCodeRange()
514 _CMap_CodeRange* pRanges = (_CMap_CodeRange*)m_pLeadingBytes; in GetNextChar()
587 int _GetCharSize(FX_DWORD charcode, _CMap_CodeRange* pRanges, int iRangesSize) in _GetCharSize()
635 _CMap_CodeRange* pRanges = (_CMap_CodeRange*)m_pLeadingBytes; in AppendChar()