Home
last modified time | relevance | path

Searched refs:GetMutableArrayFor (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_nametree.cpp55 pLimits->push_back(pNode->GetMutableArrayFor("Limits").Get()); in GetNodeAncestorsLimitsInternal()
59 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in GetNodeAncestorsLimitsInternal()
69 pLimits->push_back(pNode->GetMutableArrayFor("Limits").Get()); in GetNodeAncestorsLimitsInternal()
96 RetainPtr<CPDF_Array> pLimits = pNode->GetMutableArrayFor("Limits"); in UpdateNodesAndLimitsUponDeletion()
127 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in UpdateNodesAndLimitsUponDeletion()
210 RetainPtr<CPDF_Array> pLimits = pNode->GetMutableArrayFor("Limits"); in SearchNameNodeByNameInternal()
211 RetainPtr<CPDF_Array> pNames = pNode->GetMutableArrayFor("Names"); in SearchNameNodeByNameInternal()
259 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in SearchNameNodeByNameInternal()
310 RetainPtr<CPDF_Array> pNames = pNode->GetMutableArrayFor("Names"); in SearchNameNodeByIndexInternal()
331 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in SearchNameNodeByIndexInternal()
[all …]
H A Dcpdf_nametree_unittest.cpp133 pRootDict->GetMutableArrayFor("Kids")->GetMutableDictAt(0); in TEST()
135 pKid1->GetMutableArrayFor("Kids")->GetMutableDictAt(1); in TEST()
136 RetainPtr<CPDF_Array> pLimits = pGrandKid3->GetMutableArrayFor("Limits"); in TEST()
H A Dcpdf_interactiveform.cpp540 RetainPtr<CPDF_Array> pFields = m_pFormDict->GetMutableArrayFor("Fields"); in CPDF_InteractiveForm()
769 pFieldDict->GetMutableArrayFor(pdfium::form_fields::kKids); in LoadField()
861 pFieldDict->GetMutableArrayFor(pdfium::form_fields::kKids); in AddTerminalField()
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp42 RetainPtr<CPDF_Array> pKidList = pPages->GetMutableArrayFor("Kids"); in CountPages()
213 RetainPtr<CPDF_Array> pKidList = pPages->GetMutableArrayFor("Kids"); in TraversePDFPages()
453 RetainPtr<CPDF_Array> pKidList = pPages->GetMutableArrayFor("Kids"); in InsertDeletePDFPage()
H A Dcpdf_dictionary.cpp192 RetainPtr<CPDF_Array> CPDF_Dictionary::GetMutableArrayFor( in GetMutableArrayFor() function in CPDF_Dictionary
199 RetainPtr<CPDF_Array> result = GetMutableArrayFor(key); in GetOrCreateArrayFor()
H A Dcpdf_dictionary.h72 RetainPtr<CPDF_Array> GetMutableArrayFor(const ByteString& key);
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.cpp192 return GetMutableDict()->GetMutableArrayFor("Annots"); in GetMutableAnnotsArray()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.cpp123 pAnnotDict->GetMutableArrayFor(pdfium::annotation::kBorder); in SetBorderWidth()
H A Dfpdf_flatten.cpp193 pPage->GetMutableArrayFor(pdfium::page_object::kContents); in SetPageContents()
H A Dfpdf_editpage.cpp703 RetainPtr<CPDF_Array> pRectArray = pAnnotDict->GetMutableArrayFor("Rect"); in FPDFPage_TransformAnnots()
H A Dfpdf_annot.cpp668 RetainPtr<CPDF_Array> pColor = pAnnotDict->GetMutableArrayFor(key); in FPDFAnnot_SetColor()