D | form_filler.cc | 121 FormWidgetInfo FormFiller::GetFormWidgetInfo(FPDF_PAGE page, const Point_d point) { in GetFormWidgetInfo() function in pdfClient::FormFiller 123 return GetFormWidgetInfo(page, annotation.get()); in GetFormWidgetInfo() 126 FormWidgetInfo FormFiller::GetFormWidgetInfo(FPDF_PAGE page, const int annotation_index) { in GetFormWidgetInfo() function in pdfClient::FormFiller 128 return GetFormWidgetInfo(page, annotation.get()); in GetFormWidgetInfo() 131 FormWidgetInfo FormFiller::GetFormWidgetInfo(FPDF_PAGE page, FPDF_ANNOTATION annotation) { in GetFormWidgetInfo() function in pdfClient::FormFiller 208 FormWidgetInfo result = GetFormWidgetInfo(page, widget_annot.get()); in GetFormWidgetInfos()
|