Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_fontencoding.cpp1732 return PDF_FindCode(PDFDocEncoding, unicode); in FT_CharCodeFromUnicode()
1753 return PDFDocEncoding; in PDF_UnicodesForPredefinedCharSet()
1814 return PDFDocEncoding[(uint8_t)charcode]; in FT_UnicodeFromCharCode()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp50 const uint16_t PDFDocEncoding[256] = { variable
458 dest_buf[i] = PDFDocEncoding[src_data[i]]; in PDF_DecodeText()
479 if (PDFDocEncoding[code] == pString[i]) in PDF_EncodeText()
Dfpdf_parser_decode.h18 extern const uint16_t PDFDocEncoding[256];