Searched refs:IsValidSDKAnnot (Results 1 – 3 of 3) sorted by relevance
43 bool IsValidSDKAnnot(const CPDFSDK_Annot* p) const;
512 bool CPDFSDK_PageView::IsValidSDKAnnot(const CPDFSDK_Annot* p) const { function in CPDFSDK_PageView520 return IsValidSDKAnnot(pFocusAnnot) ? pFocusAnnot : nullptr;
542 if (it.second->IsValidSDKAnnot(GetFocusAnnot())) in ClearAllFocusedAnnots()637 if (pPageView->IsValidSDKAnnot(GetFocusAnnot())) in RemovePageView()