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.cpp29 CPDF_CMap::CodingScheme m_CodingScheme; member in __anon58e70e440111::CPDF_PredefinedCMap
674 m_pCMap->m_CodingScheme = CPDF_CMap::MixedFourBytes; in ParseWord()
681 m_pCMap->m_CodingScheme = (m_CodeRanges[0].m_CharSize == 2) in ParseWord()
755 m_CodingScheme = TwoBytes; in CPDF_CMap()
804 m_CodingScheme = map->m_CodingScheme; in LoadPredefined()
805 if (m_CodingScheme == MixedTwoBytes) { in LoadPredefined()
833 if (m_CodingScheme == MixedFourBytes && parser.m_AddMaps.GetSize()) { in LoadEmbedded()
880 switch (m_CodingScheme) { in GetNextChar()
923 switch (m_CodingScheme) { in GetCharSize()
944 switch (m_CodingScheme) { in CountChar()
[all …]
Dfont_int.h155 CodingScheme m_CodingScheme; variable