Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cmap.cpp29 CPDF_CMap::CodingScheme m_CodingScheme; member
308 m_CodingScheme = map->m_CodingScheme; in CPDF_CMap()
309 if (m_CodingScheme == MixedTwoBytes) in CPDF_CMap()
364 switch (m_CodingScheme) { in GetNextChar()
405 switch (m_CodingScheme) { in GetCharSize()
427 switch (m_CodingScheme) { in CountChar()
455 switch (m_CodingScheme) { in AppendChar()
504 if (m_CodingScheme != MixedFourBytes || mappings.empty()) in SetAdditionalMappings()
H A Dcpdf_cmap.h71 void SetCodingScheme(CodingScheme scheme) { m_CodingScheme = scheme; } in SetCodingScheme()
95 CodingScheme m_CodingScheme = TwoBytes; variable