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

  /external/pdfium/fpdfsdk/
fsdk_actionhandler.cpp 420 int nPageIndex = MyDest.GetPageIndex(pPDFDocument);
434 pFormFillEnv->DoGoToAction(nPageIndex, nFitType, pPosAry, sizeOfAry);
cpdfsdk_interform.cpp 101 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum());
102 if (nPageIndex >= 0)
103 pPage = m_pFormFillEnv->GetPageView(nPageIndex);
107 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict);
108 if (nPageIndex >= 0)
109 pPage = m_pFormFillEnv->GetPageView(nPageIndex);

Completed in 67 milliseconds