Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.h153 bool SelectWordAt(const Point_i& point, SelectionBoundary* start, SelectionBoundary* stop);
Dpage.cc236 bool Page::SelectWordAt(const Point_i& point, SelectionBoundary* start, SelectionBoundary* stop) { in SelectWordAt() function in pdfClient::Page
Dpdf_document_jni.cc251 if (!page->SelectWordAt(point, &native_start, &native_stop)) { in Java_android_graphics_pdf_PdfDocumentProxy_selectPageText()