Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DGraphemeBreak.h41 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, int dir, int offset, in getTextRunCursor() method
DSpannableStringBuilder.java1549 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1556 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1559 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1564 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
DTextLine.java665 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter()
668 return wp.getTextRunCursor(mText, mStart + spanStart, in getOffsetBeforeAfter()
/frameworks/minikin/libs/minikin/
DGraphemeBreak.cpp205 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.java2364 public int getTextRunCursor(char[] text, int contextStart, int contextLength, in getTextRunCursor() method in Paint
2404 public int getTextRunCursor(CharSequence text, int contextStart, in getTextRunCursor() method in Paint
2409 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
2413 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
2420 int relPos = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor()
2451 public int getTextRunCursor(String text, int contextStart, int contextEnd, in getTextRunCursor() method in Paint
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java313 offset = paint.getTextRunCursor(text, offset, len, Paint.DIRECTION_LTR /* not used */, in getOffsetForForwardDeleteKey()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp249 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
/frameworks/base/core/java/android/widget/
DTextView.java11720 public int getTextRunCursor(int contextStart, int contextEnd, int dir, in getTextRunCursor() method in TextView.Drawables.CharWrapper
11723 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
/frameworks/base/api/
Dcurrent.txt41308 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
Dsystem-current.txt44845 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);