Searched refs:IsWidget (Results 1 – 2 of 2) sorted by relevance
93 bool IsWidget(FPDF_ANNOTATION annotation);
311 bool FormFiller::IsWidget(FPDF_ANNOTATION annotation) { in IsWidget() function in pdfClient::FormFiller325 if (!annotation || !IsWidget(annotation)) { in GetFormAnnotation()