Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.cpp113 return const_cast<CPDF_Array*>(this)->GetMutableDirectObjectAt(index); in GetDirectObjectAt()
116 RetainPtr<CPDF_Object> CPDF_Array::GetMutableDirectObjectAt(size_t index) { in GetMutableDirectObjectAt() function in CPDF_Array
153 RetainPtr<CPDF_Object> p = GetMutableDirectObjectAt(index); in GetMutableDictAt()
170 return ToStream(GetMutableDirectObjectAt(index)); in GetMutableStreamAt()
178 return ToArray(GetMutableDirectObjectAt(index)); in GetMutableArrayAt()
H A Dcpdf_array.h52 RetainPtr<CPDF_Object> GetMutableDirectObjectAt(size_t index);
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist.cpp186 ToDictionary(pAnnots->GetMutableDirectObjectAt(i)); in CPDF_AnnotList()
H A Dcpdf_nametree.cpp319 RetainPtr<CPDF_Object> value = pNames->GetMutableDirectObjectAt(index + 1); in SearchNameNodeByIndexInternal()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_doc.cpp376 ToDictionary(pAnnots->GetMutableDirectObjectAt(i)); in FPDFLink_Enumerate()
H A Dfpdf_annot.cpp402 ToDictionary(pAnnots->GetMutableDirectObjectAt(index)); in FPDFPage_GetAnnot()