Home
last modified time | relevance | path

Searched refs:GetOrCreateAnnotsArray (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.h78 RetainPtr<CPDF_Array> GetOrCreateAnnotsArray();
H A Dcpdf_page.cpp187 RetainPtr<CPDF_Array> CPDF_Page::GetOrCreateAnnotsArray() { in GetOrCreateAnnotsArray() function in CPDF_Page
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist_unittest.cpp49 page_->GetOrCreateAnnotsArray()->AppendNew<CPDF_Dictionary>(); in AddTextAnnotation()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_annot.cpp375 RetainPtr<CPDF_Array> pAnnotList = pPage->GetOrCreateAnnotsArray(); in FPDFPage_CreateAnnot()