Searched refs:GetAnnotList (Results 1 – 3 of 3) sorted by relevance
18 std::vector<CPDFSDK_Annot*> copiedList = pPageView->GetAnnotList(); in CPDFSDK_AnnotIteration()
45 const std::vector<CPDFSDK_Annot*>& GetAnnotList() const { in GetAnnotList() function
76 for (auto* pAnnot : m_pPageView->GetAnnotList()) { in CollectAnnots()