Searched refs:GetTextBounds (Results 1 – 3 of 3) sorted by relevance
149 int GetTextBounds(const int start_index, const int stop_index, std::vector<Rectangle_i>* rects);
189 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
265 page->GetTextBounds(native_start.index, native_stop.index, &rects); in Java_android_graphics_pdf_PdfDocumentProxy_selectPageText()