Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc316 const FS_POINTF point_f = {static_cast<float>(point.x), static_cast<float>(point.y)}; in GetFormAnnotation() local
317 FPDF_ANNOTATION annotation = FPDFAnnot_GetFormFieldAtPoint(form_handle_.get(), page, &point_f); in GetFormAnnotation()