Home
last modified time | relevance | path

Searched refs:GetObjectByIndex (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h95 CPDF_PageObject* GetObjectByIndex(int index) const;
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp219 return pPage->GetObjectByIndex(index); in FPDFPage_GetObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp747 CPDF_PageObject* CPDF_PageObjects::GetObjectByIndex(int index) const in GetObjectByIndex() function in CPDF_PageObjects