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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 8 extern const FX_LPCSTR _PDF_CharType =
44 chartype = _PDF_CharType[ch];
50 chartype = _PDF_CharType[ch];
64 chartype = _PDF_CharType[ch];
75 chartype = _PDF_CharType[ch];
120 chartype = _PDF_CharType[ch];
300 if (ch >= 0x80 || _PDF_CharType[ch] == 'W' || ch == '#' ||
301 _PDF_CharType[ch] == 'D') {
315 if (ch >= 0x80 || _PDF_CharType[ch] == 'W' || ch == '#' ||
316 _PDF_CharType[ch] == 'D') {
    [all...]
fpdf_parser_parser.cpp 13 extern const FX_LPCSTR _PDF_CharType;
640 if (_PDF_CharType[byte] == 'W') {
668 if (_PDF_CharType[byte] == 'W') {
689 } else if (_PDF_CharType[byte] == 'W') {
702 } else if (_PDF_CharType[byte] == 'W') {
716 } else if (_PDF_CharType[byte] == 'W') {
727 } else if (_PDF_CharType[byte] == 'W') {
762 if (_PDF_CharType[byte] == 'W' || _PDF_CharType[byte] == 'D') {
836 if (_PDF_CharType[byte] == 'W' || _PDF_CharType[byte] == 'D')
    [all...]
fpdf_parser_filters.cpp 579 extern const FX_LPCSTR _PDF_CharType;
584 if (_PDF_CharType[byte] == 'W') {
643 if (_PDF_CharType[byte] == 'W') {
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 300 extern const FX_LPCSTR _PDF_CharType;
306 if (_PDF_CharType[m_pBuf[m_Pos]] == 'W') {
440 int type = _PDF_CharType[ch];
447 type = _PDF_CharType[ch];
461 type = _PDF_CharType[ch];
479 type = _PDF_CharType[ch];
516 int type = _PDF_CharType[ch];
523 type = _PDF_CharType[ch];
535 type = _PDF_CharType[ch];
542 type = _PDF_CharType[ch];
    [all...]
fpdf_page_parser_new.cpp 11 extern const FX_LPCSTR _PDF_CharType;
19 int type = _PDF_CharType[ch];

Completed in 4719 milliseconds