Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.h149 int GetTextBounds(const int start_index, const int stop_index, std::vector<Rectangle_i>* rects);
Dpage.cc189 int num_rects_for_match = GetTextBounds(start, stop, rects); in BoundsOfMatchesUtf8()
205 int Page::GetTextBounds(const int start_index, const int stop_index, vector<Rectangle_i>* rects) { in GetTextBounds() function in pdfClient::Page
Dpdf_document_jni.cc265 page->GetTextBounds(native_start.index, native_stop.index, &rects); in Java_android_graphics_pdf_PdfDocumentProxy_selectPageText()