Home
last modified time | relevance | path

Searched refs:getTextRunCursor (Results 1 – 14 of 14) 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.java1565 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1567 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor()
1572 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method in SpannableStringBuilder
1579 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1582 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1587 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
DTextLine.java1171 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter()
1174 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.java3075 public int getTextRunCursor(@NonNull char[] text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
3115 public int getTextRunCursor(@NonNull CharSequence text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
3121 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
3125 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
3132 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor()
3164 public int getTextRunCursor(@NonNull String text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java315 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/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt6467 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I
6468 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I
6469 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
/frameworks/base/config/
Dboot-image-profile.txt6470 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I
6471 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I
6472 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
/frameworks/base/core/api/
Dcurrent.txt16541 …method public int getTextRunCursor(@NonNull char[], @IntRange(from=0) int, @IntRange(from=0) int, …
16542 …method public int getTextRunCursor(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=0)…
48022 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);