Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.h73 RetainPtr<CPDF_Array> GetOrCreateArrayFor(const ByteString& key);
H A Dcpdf_dictionary.cpp197 RetainPtr<CPDF_Array> CPDF_Dictionary::GetOrCreateArrayFor( in GetOrCreateArrayFor() function in CPDF_Dictionary
H A Dcpdf_document.cpp511 RetainPtr<CPDF_Array> pPagesList = pPages->GetOrCreateArrayFor("Kids"); in InsertNewPage()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.cpp188 return GetMutableDict()->GetOrCreateArrayFor("Annots"); in GetOrCreateAnnotsArray()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp760 RetainPtr<CPDF_Array> pArray = m_pDict->GetOrCreateArrayFor("I"); in SelectOption()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_annot.cpp513 RetainPtr<CPDF_Array> inklist = annot_dict->GetOrCreateArrayFor("InkList"); in FPDFAnnot_AddInkStroke()