Home
last modified time | relevance | path

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

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