Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dfpdf_font_cid.cpp34 CPDF_CMap::CodingScheme m_CodingScheme; member in __anonb481c6c10111::CPDF_PredefinedCMap
413 m_pCMap->m_CodingScheme = CPDF_CMap::MixedFourBytes; in ParseWord()
421 m_pCMap->m_CodingScheme = (m_CodeRanges[0].m_CharSize == 2) in ParseWord()
500 m_CodingScheme = TwoBytes; in CPDF_CMap()
550 m_CodingScheme = map->m_CodingScheme; in LoadPredefined()
551 if (m_CodingScheme == MixedTwoBytes) { in LoadPredefined()
579 if (m_CodingScheme == MixedFourBytes && parser.m_AddMaps.GetSize()) { in LoadEmbedded()
616 switch (m_CodingScheme) { in GetNextChar()
659 switch (m_CodingScheme) { in GetCharSize()
680 switch (m_CodingScheme) { in CountChar()
[all …]
Dfont_int.h163 CodingScheme m_CodingScheme; variable