Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_fontencoding.cpp245 constexpr size_t kPDFDocEncodingTableFirstChar = 24; variable
247 CPDF_FontEncoding::kEncodingTableSize - kPDFDocEncodingTableFirstChar;
1783 if (charcode < kPDFDocEncodingTableFirstChar) in CharNameFromPredefinedCharSet()
1786 charcode -= kPDFDocEncodingTableFirstChar; in CharNameFromPredefinedCharSet()