Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp49 CPDFSDK_Annot* pSDKAnnot) { in GCedWidgetIteratorForAnnot() argument
53 CPDFXFA_Widget* pXFAWidget = ToXFAWidget(pSDKAnnot); in GCedWidgetIteratorForAnnot()
57 ObservedPtr<CPDFSDK_Annot> pObservedAnnot(pSDKAnnot); in GCedWidgetIteratorForAnnot()
222 CPDFSDK_Annot* CPDFXFA_Page::GetNextXFAAnnot(CPDFSDK_Annot* pSDKAnnot) const { in GetNextXFAAnnot()
224 GCedWidgetIteratorForAnnot(GetXFAPageView(), pSDKAnnot); in GetNextXFAAnnot()
228 return pSDKAnnot->GetPageView()->GetAnnotForFFWidget( in GetNextXFAAnnot()
232 CPDFSDK_Annot* CPDFXFA_Page::GetPrevXFAAnnot(CPDFSDK_Annot* pSDKAnnot) const { in GetPrevXFAAnnot()
234 GCedWidgetIteratorForAnnot(GetXFAPageView(), pSDKAnnot); in GetPrevXFAAnnot()
238 return pSDKAnnot->GetPageView()->GetAnnotForFFWidget( in GetPrevXFAAnnot()
Dcpdfxfa_page.h49 CPDFSDK_Annot* GetNextXFAAnnot(CPDFSDK_Annot* pSDKAnnot) const;
50 CPDFSDK_Annot* GetPrevXFAAnnot(CPDFSDK_Annot* pSDKAnnot) const;
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp90 for (const auto& pSDKAnnot : annot_iteration) { in PageView_OnDraw() local
91 pSDKAnnot->OnDraw(pDevice, mtUser2Device, pOptions->GetDrawAnnots()); in PageView_OnDraw()
122 for (const auto& pSDKAnnot : annot_iteration) { in GetFXAnnotAtPoint() local
123 CFX_FloatRect rc = pSDKAnnot->GetViewBBox(); in GetFXAnnotAtPoint()
124 if (pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP) in GetFXAnnotAtPoint()
127 return pSDKAnnot.Get(); in GetFXAnnotAtPoint()
134 for (const auto& pSDKAnnot : annot_iteration) { in GetFXWidgetAtPoint() local
135 const CPDF_Annot::Subtype sub_type = pSDKAnnot->GetAnnotSubtype(); in GetFXWidgetAtPoint()
140 if (do_hit_test && pSDKAnnot->DoHitTest(point)) in GetFXWidgetAtPoint()
141 return pSDKAnnot.Get(); in GetFXWidgetAtPoint()
[all …]