Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp304 if (m_CodingScheme == MixedFourBytes && parser.HasAdditionalMappings()) { in LoadEmbedded()
358 case MixedFourBytes: { in GetNextChar()
393 case MixedFourBytes: in GetCharSize()
422 case MixedFourBytes: { in CountChar()
451 case MixedFourBytes: in AppendChar()
Dcpdf_cmap.h35 MixedFourBytes enumerator
Dcpdf_cmapparser.cpp118 m_pCMap->SetCodingScheme(CPDF_CMap::MixedFourBytes); in ParseWord()