Home
last modified time | relevance | path

Searched refs:m_CodingScheme (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()
260 …m_pCMap->m_CodingScheme = (m_CodeRanges[0].m_CharSize == 2) ? CPDF_CMap::TwoBytes : CPDF_CMap::One… in ParseWord()
282 m_CodingScheme = TwoBytes; in CPDF_CMap()
377 m_CodingScheme = map.m_CodingScheme; in LoadPredefined()
378 if (m_CodingScheme == MixedTwoBytes) { in LoadPredefined()
412 if (m_CodingScheme == MixedFourBytes && parser.m_AddMaps.GetSize()) { in LoadEmbedded()
496 switch (m_CodingScheme) { in GetNextChar()
539 switch (m_CodingScheme) { in GetCharSize()
561 switch (m_CodingScheme) { in CountChar()
624 switch (m_CodingScheme) { in AppendChar()
Dfont_int.h114 CodingScheme m_CodingScheme; variable
129 CPDF_CMap::CodingScheme m_CodingScheme; variable