Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp118 for (const auto& pSDKAnnot : annotIteration) { local
120 this, pSDKAnnot.Get(), pDevice, pUser2Device,
128 for (const auto& pSDKAnnot : annotIteration) { local
129 CFX_FloatRect rc = pAnnotMgr->Annot_OnGetViewBBox(this, pSDKAnnot.Get());
130 if (pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP)
133 return pSDKAnnot.Get();
141 for (const auto& pSDKAnnot : annotIteration) { local
142 bool bHitTest = pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::WIDGET;
145 pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::XFAWIDGET;
148 pAnnotMgr->Annot_OnGetViewBBox(this, pSDKAnnot.Get());
[all …]
Dcpdfsdk_annothandlermgr.cpp287 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::GetNextAnnot(CPDFSDK_Annot* pSDKAnnot, in GetNextAnnot() argument
290 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView(); in GetNextAnnot()
295 CBA_AnnotIterator ai(pSDKAnnot->GetPageView(), in GetNextAnnot()
296 pSDKAnnot->GetAnnotSubtype()); in GetNextAnnot()
298 bNext ? ai.GetNextAnnot(pSDKAnnot) : ai.GetPrevAnnot(pSDKAnnot); in GetNextAnnot()
309 if (pWidgetIterator->GetCurrentWidget() != pSDKAnnot->GetXFAWidget()) in GetNextAnnot()
310 pWidgetIterator->SetCurrentWidget(pSDKAnnot->GetXFAWidget()); in GetNextAnnot()
313 if (!hNextFocus && pSDKAnnot) in GetNextAnnot()
318 CBA_AnnotIterator ai(pSDKAnnot->GetPageView(), CPDF_Annot::Subtype::WIDGET); in GetNextAnnot()
319 return bNext ? ai.GetNextAnnot(pSDKAnnot) : ai.GetPrevAnnot(pSDKAnnot); in GetNextAnnot()
Dcpdfsdk_annothandlermgr.h110 CPDFSDK_Annot* GetNextAnnot(CPDFSDK_Annot* pSDKAnnot, bool bNext);