Searched refs:GetAnnotList (Results 1 – 4 of 4) sorted by relevance
27 std::vector<CPDFSDK_Annot*> copied_list = page_view->GetAnnotList(); in CPDFSDK_AnnotIteration()
53 std::vector<CPDFSDK_Annot*> GetAnnotList() const;
73 for (auto* pAnnot : m_pPageView->GetAnnotList()) { in CollectAnnots()
202 std::vector<CPDFSDK_Annot*> CPDFSDK_PageView::GetAnnotList() const { in GetAnnotList() function in CPDFSDK_PageView