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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 106 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level)
137 return _FindPDFPage(pKid, iPage, nPagesToGo, level + 1);
169 CPDF_Dictionary* pPage = _FindPDFPage(pPages, iPage, iPage, 0);
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 177 CPDF_Dictionary* _FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level);

Completed in 99 milliseconds