Searched refs:point_f (Results 1 – 1 of 1) sorted by relevance
316 const FS_POINTF point_f = {static_cast<float>(point.x), static_cast<float>(point.y)}; in GetFormAnnotation() local317 FPDF_ANNOTATION annotation = FPDFAnnot_GetFormFieldAtPoint(form_handle_.get(), page, &point_f); in GetFormAnnotation()