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

  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.h 18 extern const uint16_t PDFDocEncoding[256];
fpdf_parser_decode.cpp 50 const uint16_t PDFDocEncoding[256] = {
458 dest_buf[i] = PDFDocEncoding[src_data[i]];
479 if (PDFDocEncoding[code] == pString[i])
  /external/pdfium/core/fpdfapi/font/
cpdf_fontencoding.cpp     [all...]

Completed in 230 milliseconds