Home
last modified time | relevance | path

Searched refs:GetMutableObjectAt (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_save.cpp81 RetainPtr<CPDF_Object> pFormPDFObj = pArray->GetMutableObjectAt(iFormIndex); in SaveXFADocumentData()
96 pArray->GetMutableObjectAt(iDataSetsIndex); in SaveXFADocumentData()
H A Dfpdf_ppo.cpp320 if (!UpdateReference(pArray->GetMutableObjectAt(i))) in UpdateReference()
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentmanager.cpp87 ToReference(contents_array->GetMutableObjectAt(stream_index)); in GetStreamByIndex()
162 ToReference(contents_array->GetMutableObjectAt(stream_index)); in UpdateStream()
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.cpp104 RetainPtr<CPDF_Object> CPDF_Array::GetMutableObjectAt(size_t index) { in GetMutableObjectAt() function in CPDF_Array
117 RetainPtr<CPDF_Object> pObj = GetMutableObjectAt(index); in GetMutableDirectObjectAt()
H A Dcpdf_array.h46 RetainPtr<CPDF_Object> GetMutableObjectAt(size_t index);
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp220 RetainPtr<CPDF_Object> pElement = pArray->GetMutableObjectAt(i); in ReplaceAbbrInArray()