Searched defs:annotation_index (Results 1 – 3 of 3) sorted by relevance
126 FormWidgetInfo FormFiller::GetFormWidgetInfo(FPDF_PAGE page, const int annotation_index) { in GetFormWidgetInfo()234 bool FormFiller::SetText(FPDF_PAGE page, const int annotation_index, const std::string_view text) { in SetText()258 bool FormFiller::SetChoiceSelection(FPDF_PAGE page, const int annotation_index, in SetChoiceSelection()
356 FormWidgetInfo Page::GetFormWidgetInfo(int annotation_index) { in GetFormWidgetInfo()392 bool Page::SetFormFieldText(int annotation_index, std::string_view text) { in SetFormFieldText()396 bool Page::SetChoiceSelection(int annotation_index, std::span<const int> selected_indices) { in SetChoiceSelection()
129 int annotation_index = 1; in TEST() local