Home
last modified time | relevance | path

Searched refs:GetFormAnnotation (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc122 ScopedFPDFAnnotation annotation = GetFormAnnotation(page, point); in GetFormWidgetInfo()
127 ScopedFPDFAnnotation annotation = GetFormAnnotation(page, annotation_index); in GetFormWidgetInfo()
222 ScopedFPDFAnnotation annotation = GetFormAnnotation(page, point); in ClickOnPoint()
235 ScopedFPDFAnnotation annotation = GetFormAnnotation(page, annotation_index); in SetText()
260 ScopedFPDFAnnotation annotation = GetFormAnnotation(page, annotation_index); in SetChoiceSelection()
315 ScopedFPDFAnnotation FormFiller::GetFormAnnotation(FPDF_PAGE page, Point_d point) { in GetFormAnnotation() function in pdfClient::FormFiller
322 ScopedFPDFAnnotation FormFiller::GetFormAnnotation(FPDF_PAGE page, int index) { in GetFormAnnotation() function in pdfClient::FormFiller
Dform_filler.h95 ScopedFPDFAnnotation GetFormAnnotation(FPDF_PAGE page, Point_d point);
97 ScopedFPDFAnnotation GetFormAnnotation(FPDF_PAGE page, int index);