Home
last modified time | relevance | path

Searched refs:getTextRunCursor (Results 1 – 9 of 9) sorted by relevance

/frameworks/minikin/include/minikin/
DGraphemeBreak.h38 static size_t getTextRunCursor(const float* advances, const uint16_t* buf, size_t start,
/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
1566 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor()
1571 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method in SpannableStringBuilder
1578 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1581 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1586 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
DTextLine.java765 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter()
768 return wp.getTextRunCursor(mText, mStart + spanStart, in getOffsetBeforeAfter()
/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/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
2687 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
2691 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
2698 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor()
2730 public int getTextRunCursor(@NonNull String text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java313 offset = paint.getTextRunCursor(text, offset, len, false /* LTR, not used */, in getOffsetForForwardDeleteKey()
/frameworks/base/core/java/android/widget/
DTextView.java13192 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, in getTextRunCursor() method in TextView.Drawables.CharWrapper
13195 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...