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

/frameworks/minikin/include/minikin/
H A DGraphemeBreak.h41 static size_t getTextRunCursor(const uint16_t* buf, size_t start, size_t count,
/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java61 * Just like {@link Paint#getTextRunCursor}.
64 int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in interface:GraphicsOperations
H A DSpannableStringBuilder.java1503 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in class:SpannableStringBuilder
1510 ret = p.getTextRunCursor(mText, contextStart, contextLen,
1513 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen,
1518 ret = p.getTextRunCursor(buf, 0, contextLen,
H A DTextLine.java643 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
646 return wp.getTextRunCursor(mText, mStart + spanStart,
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp180 size_t GraphemeBreak::getTextRunCursor(const uint16_t* buf, size_t start, size_t count, function in class:android::GraphemeBreak
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java300 * Option for getTextRunCursor to compute the valid cursor after
307 * Option for getTextRunCursor to compute the valid cursor at or after
314 * Option for getTextRunCursor to compute the valid cursor before
321 * Option for getTextRunCursor to compute the valid cursor at or before
328 * Option for getTextRunCursor to return offset if the cursor at offset
2278 public int getTextRunCursor(char[] text, int contextStart, int contextLength, method in class:Paint
2318 public int getTextRunCursor(CharSequence text, int contextStart, method in class:Paint
2323 return getTextRunCursor(text.toString(), contextStart, contextEnd,
2327 return ((GraphicsOperations) text).getTextRunCursor(
2334 int relPos = getTextRunCursor(bu
2365 public int getTextRunCursor(String text, int contextStart, int contextEnd, method in class:Paint
[all...]
/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java289 offset = paint.getTextRunCursor(text, offset, len, Paint.DIRECTION_LTR /* not used */,
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp538 size_t result = GraphemeBreak::getTextRunCursor(text, start, count, offset, moveOpt);
/frameworks/base/core/java/android/widget/
H A DTextView.java10185 public int getTextRunCursor(int contextStart, int contextEnd, int dir, method in class:TextView.CharWrapper
10188 return p.getTextRunCursor(mChars, contextStart + mStart,

Completed in 212 milliseconds