Searched refs:pXFAAnnot (Results 1 – 2 of 2) sorted by relevance
254 CXFA_FFWidget* pXFAAnnot; in FPDFPage_HasFormFieldAtPoint() local255 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()
439 while (CXFA_FFWidget* pXFAAnnot = pWidgetHandler->MoveToNext()) { local440 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pXFAAnnot, this);