Home
last modified time | relevance | path

Searched defs:getTextRunCursor (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/libs/minikin/
DGraphemeBreak.cpp188 size_t GraphemeBreak::getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, in getTextRunCursor() function in minikin::GraphemeBreak
/frameworks/base/core/java/android/text/
DGraphicsOperations.java61 int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method
DSpannableStringBuilder.java1564 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1571 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method in SpannableStringBuilder
/frameworks/base/graphics/java/android/graphics/
DPaint.java2641 public int getTextRunCursor(@NonNull char[] text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
2681 public int getTextRunCursor(@NonNull CharSequence text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
2730 public int getTextRunCursor(@NonNull String text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
/frameworks/base/core/java/android/widget/
DTextView.java13206 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, in getTextRunCursor() method in TextView.Drawables.CharWrapper