Searched refs:getTextRunCursor (Results 1 - 8 of 8) 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.java1256 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in class:SpannableStringBuilder
1263 ret = p.getTextRunCursor(mText, contextStart, contextLen,
1266 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen,
1271 ret = p.getTextRunCursor(buf, 0, contextLen,
H A DTextLine.java673 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
676 return wp.getTextRunCursor(mText, mStart + spanStart,
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp100 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.java273 * Option for getTextRunCursor to compute the valid cursor after
280 * Option for getTextRunCursor to compute the valid cursor at or after
287 * Option for getTextRunCursor to compute the valid cursor before
294 * Option for getTextRunCursor to compute the valid cursor at or before
301 * Option for getTextRunCursor to return offset if the cursor at offset
2033 public int getTextRunCursor(char[] text, int contextStart, int contextLength, method in class:Paint
2073 public int getTextRunCursor(CharSequence text, int contextStart, method in class:Paint
2078 return getTextRunCursor(text.toString(), contextStart, contextEnd,
2082 return ((GraphicsOperations) text).getTextRunCursor(
2089 int result = getTextRunCursor(bu
2120 public int getTextRunCursor(String text, int contextStart, int contextEnd, method in class:Paint
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp706 size_t result = GraphemeBreak::getTextRunCursor(text, start, count, offset, moveOpt);
/frameworks/base/core/java/android/widget/
H A DTextView.java9290 public int getTextRunCursor(int contextStart, int contextEnd, int dir, method in class:TextView.CharWrapper
9293 return p.getTextRunCursor(mChars, contextStart + mStart,

Completed in 257 milliseconds