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

  /external/pdfium/core/fpdfapi/parser/
cpdf_document.h 55 void DeletePage(int iPage);
57 bool IsPageLoaded(int iPage) const;
58 CPDF_Dictionary* GetPage(int iPage);
63 void SetPageObjNum(int iPage, uint32_t objNum);
90 CPDF_Dictionary* CreateNewPage(int iPage);
107 CPDF_Dictionary* TraversePDFPages(int iPage, int* nPagesToGo, size_t level);
128 bool InsertNewPage(int iPage, CPDF_Dictionary* pPageDict);
cpdf_document.cpp 400 CPDF_Dictionary* CPDF_Document::TraversePDFPages(int iPage,
411 m_PageList[iPage] = pPages->GetObjNum();
435 m_PageList[iPage - (*nPagesToGo) + 1] = pKid->GetObjNum();
447 CPDF_Dictionary* pageKid = TraversePDFPages(iPage, nPagesToGo, level + 1);
475 bool CPDF_Document::IsPageLoaded(int iPage) const {
476 return !!m_PageList[iPage];
479 CPDF_Dictionary* CPDF_Document::GetPage(int iPage) {
480 if (iPage < 0 || iPage >= pdfium::CollectionSize<int>(m_PageList))
483 if (m_bLinearized && (iPage == m_iFirstPageNo))
    [all...]
cpdf_data_avail.cpp     [all...]
cpdf_data_avail.h 183 int32_t iPage,
  /external/pdfium/xfa/fxfa/parser/
cscript_layoutpseudomodel.cpp 467 int32_t iPage = 0;
470 pValue->SetInteger(iPage);
481 iPage = pLayoutItem->GetFirst()->GetPage()->GetPageIndex();
483 pValue->SetInteger(bAbsPage ? iPage : iPage + 1);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1482 milliseconds