Searched defs:annotation_index (Results 1 – 5 of 5) 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()
362 FormWidgetInfo Page::GetFormWidgetInfo(int annotation_index) { in GetFormWidgetInfo()398 bool Page::SetFormFieldText(int annotation_index, std::string_view text) { in SetFormFieldText()402 bool Page::SetChoiceSelection(int annotation_index, std::span<const int> selected_indices) { in SetChoiceSelection()
129 int annotation_index = 1; in TEST() local
822 for (int annotation_index = 0; in TC3_JNI_METHOD() local
5482 for (uint32_t annotation_index = 0; annotation_index < list_annots.size(); in Print() local