Home
last modified time | relevance | path

Searched refs:getTextRunCursor (Results 1 – 13 of 13) 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.java62 int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method
DSpannableStringBuilder.java1566 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1568 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor()
1573 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method in SpannableStringBuilder
1580 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1583 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1588 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
DTextLine.java1172 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter()
1175 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.java3234 public int getTextRunCursor(@NonNull char[] text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
3274 public int getTextRunCursor(@NonNull CharSequence text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
3280 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
3284 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
3291 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor()
3323 public int getTextRunCursor(@NonNull String text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java316 offset = paint.getTextRunCursor(text, offset, len, false /* LTR, not used */, in getOffsetForForwardDeleteKey()
/frameworks/base/libs/hwui/jni/
DPaint.cpp248 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
/frameworks/base/core/java/android/widget/
DTextView.java16370 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, in getTextRunCursor() method in TextView.Drawables.CharWrapper
16373 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
/frameworks/base/boot/
Dboot-image-profile.txt6727 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I
6728 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I
6729 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
/frameworks/base/core/api/
Dcurrent.txt16953 …method public int getTextRunCursor(@NonNull char[], @IntRange(from=0) int, @IntRange(from=0) int, …
16954 …method public int getTextRunCursor(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=0)…
49369 method @Deprecated public int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18051 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIIII)I
18052 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIIII)I
55466 Landroid/text/GraphicsOperations;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
69652 Landroid/widget/TextView$CharWrapper;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);