Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfformfill.cpp254 CXFA_FFWidget* pXFAAnnot; in FPDFPage_HasFormFieldAtPoint() local
255 while ((pXFAAnnot = pWidgetIterator->MoveToNext()) != nullptr) { in FPDFPage_HasFormFieldAtPoint()
256 CFX_RectF rcBBox = pXFAAnnot->GetBBox(0); in FPDFPage_HasFormFieldAtPoint()
262 return static_cast<int>(pXFAAnnot->GetFormFieldType()); in FPDFPage_HasFormFieldAtPoint()
Dcpdfsdk_pageview.cpp439 while (CXFA_FFWidget* pXFAAnnot = pWidgetHandler->MoveToNext()) { local
440 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pXFAAnnot, this);