HomeSort by relevance Sort by last modified time
    Searched refs:m_CodingScheme (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/font/
fpdf_font_cid.cpp 34 CPDF_CMap::CodingScheme m_CodingScheme;
413 m_pCMap->m_CodingScheme = CPDF_CMap::MixedFourBytes;
421 m_pCMap->m_CodingScheme = (m_CodeRanges[0].m_CharSize == 2)
500 m_CodingScheme = TwoBytes;
550 m_CodingScheme = map->m_CodingScheme;
551 if (m_CodingScheme == MixedTwoBytes) {
579 if (m_CodingScheme == MixedFourBytes && parser.m_AddMaps.GetSize()) {
616 switch (m_CodingScheme) {
659 switch (m_CodingScheme) {
    [all...]
font_int.h 163 CodingScheme m_CodingScheme;

Completed in 63 milliseconds