Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc258 *boundary = GetBoundaryAtIndex(index); in ConstrainBoundary()
516 SelectionBoundary Page::GetBoundaryAtIndex(const int index) { in GetBoundaryAtIndex() function in pdfClient::Page
517 return GetBoundaryAtIndex(index, IsRtlAtIndex(index)); in GetBoundaryAtIndex()
533 SelectionBoundary Page::GetBoundaryAtIndex(const int index, bool is_rtl) { in GetBoundaryAtIndex() function in pdfClient::Page
572 SelectionBoundary boundary = GetBoundaryAtIndex(index, is_rtl); in GetBoundaryAtPoint()
Dpage.h255 SelectionBoundary GetBoundaryAtIndex(const int index);
262 SelectionBoundary GetBoundaryAtIndex(const int index, bool is_rtl);