Home
last modified time | relevance | path

Searched refs:GetMutablePageDictionary (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageimagecache_unittest.cpp41 document->GetMutablePageDictionary(0); in TEST()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h106 RetainPtr<CPDF_Dictionary> GetMutablePageDictionary(int iPage);
Dcpdf_document.cpp329 RetainPtr<CPDF_Dictionary> CPDF_Document::GetMutablePageDictionary(int iPage) { in GetMutablePageDictionary() function in CPDF_Document
Dcpdf_data_avail.cpp877 m_pDocument->GetMutablePageDictionary(iPage); in IsPageAvail()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp95 GetDocument()->GetMutablePageDictionary(m_iPageIndex); in LoadPDFPage()
/external/pdfium/fpdfsdk/
Dfpdf_ppo.cpp559 src()->GetMutablePageDictionary(pageIndices[i]); in ExportNPagesToOne()
658 src()->GetMutablePageDictionary(src_page_index); in CreateXObjectContextFromPage()
Dfpdf_view.cpp410 RetainPtr<CPDF_Dictionary> pDict = pDoc->GetMutablePageDictionary(page_index); in FPDF_LoadPage()
970 RetainPtr<CPDF_Dictionary> pDict = pDoc->GetMutablePageDictionary(page_index); in FPDF_GetPageSizeByIndexF()
/external/pdfium/fxjs/
Dcjs_document.cpp1245 pDocument->GetMutablePageDictionary(nPageNo); in getPageNthWord()
1301 pDocument->GetMutablePageDictionary(nPageNo); in getPageNumWords()