Searched refs:_FindPDFPage (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp106 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level) function in class:CPDF_Document
137 return _FindPDFPage(pKid, iPage, nPagesToGo, level + 1);
169 CPDF_Dictionary* pPage = _FindPDFPage(pPages, iPage, iPage, 0);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h177 CPDF_Dictionary* _FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level);

Completed in 178 milliseconds