Home
last modified time | relevance | path

Searched refs:pXFAAnnot (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp221 CXFA_FFWidget* pXFAAnnot; in HasFormFieldAtPoint() local
222 while ((pXFAAnnot = pWidgetIterator->MoveToNext()) != nullptr) { in HasFormFieldAtPoint()
223 if (pXFAAnnot->GetFormFieldType() == FormFieldType::kXFA) in HasFormFieldAtPoint()
226 CFX_FloatRect rcWidget = pXFAAnnot->GetWidgetRect().ToFloatRect(); in HasFormFieldAtPoint()
229 return static_cast<int>(pXFAAnnot->GetFormFieldType()); in HasFormFieldAtPoint()
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp490 while (CXFA_FFWidget* pXFAAnnot = pWidgetHandler->MoveToNext()) { in LoadFXAnnots() local
492 pAnnotHandlerMgr->NewXFAAnnot(pXFAAnnot, this); in LoadFXAnnots()