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()
382 FormWidgetInfo Page::GetFormWidgetInfo(int annotation_index) { in GetFormWidgetInfo()418 bool Page::SetFormFieldText(int annotation_index, std::string_view text) { in SetFormFieldText()422 bool Page::SetChoiceSelection(int annotation_index, std::span<const int> selected_indices) { in SetChoiceSelection()857 for (int annotation_index = 0; annotation_index < num_of_annotations; annotation_index++) { in PopulateAnnotations() local
129 int annotation_index = 1; in TEST() local