Home
last modified time | relevance | path

Searched refs:pSDKAnnot (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp84 for (const auto& pSDKAnnot : annotIteration) { in PageView_OnDraw() local
86 this, pSDKAnnot.Get(), pDevice, mtUser2Device, in PageView_OnDraw()
94 for (const auto& pSDKAnnot : annotIteration) { in GetFXAnnotAtPoint() local
95 CFX_FloatRect rc = pAnnotMgr->Annot_OnGetViewBBox(this, pSDKAnnot.Get()); in GetFXAnnotAtPoint()
96 if (pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP) in GetFXAnnotAtPoint()
99 return pSDKAnnot.Get(); in GetFXAnnotAtPoint()
107 for (const auto& pSDKAnnot : annotIteration) { in GetFXWidgetAtPoint() local
108 bool bHitTest = pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::WIDGET; in GetFXWidgetAtPoint()
111 pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::XFAWIDGET; in GetFXWidgetAtPoint()
114 pAnnotMgr->Annot_OnGetViewBBox(this, pSDKAnnot.Get()); in GetFXWidgetAtPoint()
[all …]
Dcpdfsdk_annothandlermgr.cpp318 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::GetNextAnnot(CPDFSDK_Annot* pSDKAnnot, in GetNextAnnot() argument
321 IPDF_Page* pPage = pSDKAnnot->GetPageView()->GetXFAPage(); in GetNextAnnot()
324 return static_cast<CPDFXFA_Page*>(pPage)->GetNextXFAAnnot(pSDKAnnot, bNext); in GetNextAnnot()
329 CPDFSDK_Widget* pWidget = ToCPDFSDKWidget(pSDKAnnot); in GetNextAnnot()
Dcpdfsdk_annothandlermgr.h124 CPDFSDK_Annot* GetNextAnnot(CPDFSDK_Annot* pSDKAnnot, bool bNext);
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp177 CPDFSDK_Annot* CPDFXFA_Page::GetNextXFAAnnot(CPDFSDK_Annot* pSDKAnnot, in GetNextXFAAnnot() argument
179 CPDFXFA_Widget* pXFAWidget = ToXFAWidget(pSDKAnnot); in GetNextXFAAnnot()
183 ObservedPtr<CPDFSDK_Annot> pObservedAnnot(pSDKAnnot); in GetNextXFAAnnot()
184 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView(); in GetNextXFAAnnot()
199 if (!hNextFocus && pSDKAnnot) in GetNextXFAAnnot()
Dcpdfxfa_page.h50 CPDFSDK_Annot* GetNextXFAAnnot(CPDFSDK_Annot* pSDKAnnot, bool bNext);