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

/frameworks/minikin/include/minikin/
H A DGraphemeBreak.h41 static size_t getTextRunCursor(const float* advances, const uint16_t* buf, size_t start,
/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java59 * Just like {@link Paint#getTextRunCursor}.
61 int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in interface:GraphicsOperations
H A DSpannableStringBuilder.java1549 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in class:SpannableStringBuilder
1556 ret = p.getTextRunCursor(mText, contextStart, contextLen,
1559 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen,
1564 ret = p.getTextRunCursor(buf, 0, contextLen,
H A DTextLine.java674 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
677 return wp.getTextRunCursor(mText, mStart + spanStart,
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp205 size_t GraphemeBreak::getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, function in class:minikin::GraphemeBreak
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java315 * Option for getTextRunCursor to compute the valid cursor after
322 * Option for getTextRunCursor to compute the valid cursor at or after
329 * Option for getTextRunCursor to compute the valid cursor before
336 * Option for getTextRunCursor to compute the valid cursor at or before
343 * Option for getTextRunCursor to return offset if the cursor at offset
2460 public int getTextRunCursor(char[] text, int contextStart, int contextLength, method in class:Paint
2500 public int getTextRunCursor(CharSequence text, int contextStart, method in class:Paint
2505 return getTextRunCursor(text.toString(), contextStart, contextEnd,
2509 return ((GraphicsOperations) text).getTextRunCursor(
2516 int relPos = getTextRunCursor(bu
2547 public int getTextRunCursor(String text, int contextStart, int contextEnd, method in class:Paint
[all...]
/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java313 offset = paint.getTextRunCursor(text, offset, len, Paint.DIRECTION_LTR /* not used */,
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp249 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text,
/frameworks/base/core/java/android/widget/
H A DTextView.java11742 public int getTextRunCursor(int contextStart, int contextEnd, int dir, method in class:TextView.CharWrapper
11745 return p.getTextRunCursor(mChars, contextStart + mStart,

Completed in 359 milliseconds