Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.h58 bool is_rtl; member
60 SelectionBoundary(int i, int x, int y, bool r) : index(i), is_rtl(r) { point = IntPoint(x, y); } in SelectionBoundary()
262 SelectionBoundary GetBoundaryAtIndex(const int index, bool is_rtl);
Dpage.cc533 SelectionBoundary Page::GetBoundaryAtIndex(const int index, bool is_rtl) { in GetBoundaryAtIndex() argument
545 bool use_right_edge = use_end_edge ^ is_rtl; in GetBoundaryAtIndex()
547 SelectionBoundary boundary(index, 0, 0, is_rtl); in GetBoundaryAtIndex()
560 bool is_rtl = false; in GetBoundaryAtPoint() local
569 is_rtl = IsRtlAtIndex(index); in GetBoundaryAtPoint()
572 SelectionBoundary boundary = GetBoundaryAtIndex(index, is_rtl); in GetBoundaryAtPoint()
Djni_conversion.cc231 boundary.is_rtl); in ToJavaBoundary()