Searched refs:nPagesToGo (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
H A D | fpdf_parser_document.cpp | 106 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level) argument 110 if (nPagesToGo == 0) { 122 nPagesToGo --; 129 if (nPagesToGo == 0) { 132 m_PageList.SetAt(iPage - nPagesToGo, pKid->GetObjNum()); 133 nPagesToGo --; 136 if (nPagesToGo < nPages) { 137 return _FindPDFPage(pKid, iPage, nPagesToGo, level + 1); 139 nPagesToGo -= nPages;
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
H A D | fpdf_edit_doc.cpp | 1056 int nPagesToGo, CPDF_Dictionary* pPage, FX_BOOL bInsert, CFX_PtrArray& stackList) 1066 if (nPagesToGo == 0) { 1076 nPagesToGo --; 1079 if (nPagesToGo < nPages) { 1087 if (InsertDeletePDFPage(pDoc, pKid, nPagesToGo, pPage, bInsert, stackList) < 0) { 1094 nPagesToGo -= nPages; 1055 InsertDeletePDFPage(CPDF_Document* pDoc, CPDF_Dictionary* pPages, int nPagesToGo, CPDF_Dictionary* pPage, FX_BOOL bInsert, CFX_PtrArray& stackList) argument
|
/external/pdfium/core/include/fpdfapi/ |
H A D | fpdf_parser.h | 177 CPDF_Dictionary* _FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level);
|
Completed in 126 milliseconds