Searched refs:GetControlByDict (Results 1 – 5 of 5) sorted by relevance
71 CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const;
750 CPDF_FormControl* CPDF_InteractiveForm::GetControlByDict( in GetControlByDict() function in CPDF_InteractiveForm
58 CPDF_FormControl* pCtrl = pPDFForm->GetControlByDict(pAnnot->GetAnnotDict()); in NewAnnot()
1029 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFontSize()1061 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_IsChecked()
381 return pPDFInteractiveForm->GetControlByDict(GetAnnotDict()); in GetFormControl()