Searched refs:GetControlByDict (Results 1 – 5 of 5) sorted by relevance
67 CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const;
651 CPDF_FormControl* CPDF_InteractiveForm::GetControlByDict( in GetControlByDict() function in CPDF_InteractiveForm
323 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in GetRadioButtonOrCheckBoxWidget()1334 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFontSize()1441 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFormControlIndex()
101 pdf_form->GetControlByDict(annot->GetAnnotDict()); in NewAnnot()
429 return pPDFInteractiveForm->GetControlByDict(GetAnnotDict()); in GetFormControl()