Home
last modified time | relevance | path

Searched defs:annotation_index (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc126 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()
Dpage.cc356 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()
Dform_filing_textfield_test.cc129 int annotation_index = 1; in TEST() local