Searched refs:pXFAAnnot (Results 1 – 2 of 2) sorted by relevance
221 CXFA_FFWidget* pXFAAnnot; in HasFormFieldAtPoint() local222 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()
490 while (CXFA_FFWidget* pXFAAnnot = pWidgetHandler->MoveToNext()) { in LoadFXAnnots() local492 pAnnotHandlerMgr->NewXFAAnnot(pXFAAnnot, this); in LoadFXAnnots()