Searched refs:is_rtl (Results 1 – 3 of 3) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | page.h | 58 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);
|
D | page.cc | 533 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()
|
D | jni_conversion.cc | 231 boundary.is_rtl); in ToJavaBoundary()
|