Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp255 m_pCMap->m_CodingScheme = CPDF_CMap::MixedFourBytes; in ParseWord()
412 if (m_CodingScheme == MixedFourBytes && parser.m_AddMaps.GetSize()) { in LoadEmbedded()
510 case MixedFourBytes: { in GetNextChar()
545 case MixedFourBytes: in GetCharSize()
576 case MixedFourBytes: { in CountChar()
633 case MixedFourBytes: in AppendChar()
Dfont_int.h104 typedef enum {OneByte, TwoBytes, MixedTwoBytes, MixedFourBytes} CodingScheme; enumerator