Home
last modified time | relevance | path

Searched refs:getTextRunAdvances (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/text/
DGraphicsOperations.java57 float getTextRunAdvances(int start, int end, int contextStart, int contextEnd, in getTextRunAdvances() method
64 float getTextRunAdvances(int start, int end, int contextStart, int contextEnd, in getTextRunAdvances() method
DSpannableStringBuilder.java1126 public float getTextRunAdvances(int start, int end, int contextStart, int contextEnd, int flags, in getTextRunAdvances() method in SpannableStringBuilder
1135 ret = p.getTextRunAdvances(mText, start, len, contextStart, contextLen, in getTextRunAdvances()
1138 ret = p.getTextRunAdvances(mText, start + mGapLength, len, in getTextRunAdvances()
1143 ret = p.getTextRunAdvances(buf, start - contextStart, len, in getTextRunAdvances()
1155 public float getTextRunAdvances(int start, int end, int contextStart, int contextEnd, int flags, in getTextRunAdvances() method in SpannableStringBuilder
1164 ret = p.getTextRunAdvances(mText, start, len, contextStart, contextLen, in getTextRunAdvances()
1167 ret = p.getTextRunAdvances(mText, start + mGapLength, len, in getTextRunAdvances()
1172 ret = p.getTextRunAdvances(buf, start - contextStart, len, in getTextRunAdvances()
DMeasuredText.java157 return paint.getTextRunAdvances(mChars, p, len, p, len, flags, mWidths, p); in addStyleRun()
166 paint.getTextRunAdvances(mChars, q, i - q, q, i - q, flags, mWidths, q); in addStyleRun()
DTextLine.java737 ret = wp.getTextRunAdvances(mChars, start, runLen, in handleText()
741 ret = wp.getTextRunAdvances(mText, delta + start, in handleText()
/frameworks/base/graphics/java/android/graphics/
DPaint.java1646 public float getTextRunAdvances(char[] chars, int index, int count, in getTextRunAdvances() method in Paint
1649 return getTextRunAdvances(chars, index, count, contextIndex, contextCount, flags, in getTextRunAdvances()
1660 public float getTextRunAdvances(char[] chars, int index, int count, in getTextRunAdvances() method in Paint
1708 public float getTextRunAdvances(CharSequence text, int start, int end, in getTextRunAdvances() method in Paint
1711 return getTextRunAdvances(text, start, end, contextStart, contextEnd, flags, in getTextRunAdvances()
1722 public float getTextRunAdvances(CharSequence text, int start, int end, in getTextRunAdvances() method in Paint
1738 return getTextRunAdvances((String) text, start, end, in getTextRunAdvances()
1743 return getTextRunAdvances(text.toString(), start, end, in getTextRunAdvances()
1747 return ((GraphicsOperations) text).getTextRunAdvances(start, end, in getTextRunAdvances()
1758 float result = getTextRunAdvances(buf, start - contextStart, len, in getTextRunAdvances()
[all …]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestView.java160 float textWidthHB = paint.getTextRunAdvances(text, 0, length, 0, length, dir, advances, 0); in testString()
162 float textWidthICU = paint.getTextRunAdvances(text, 0, length, 0, length, dir, advances, 0, in testString()
/frameworks/base/core/jni/android/graphics/
DTextLayout.h72 static void getTextRunAdvances(SkPaint* paint, const jchar* chars, jint start,
DPaint.cpp354 TextLayout::getTextRunAdvances(paint, textArray, index, count, textLength, in measureText_CII()
384 TextLayout::getTextRunAdvances(paint, textArray, start, count, textLength, in measureText_StringII()
408 TextLayout::getTextRunAdvances(paint, textArray, 0, textLength, textLength, in measureText_String()
438 TextLayout::getTextRunAdvances(paint, text, 0, count, count, in dotextwidths()
530 TextLayout::getTextRunAdvances(paint, text, start, count, contextCount, flags, in doTextRunAdvances()
603 TextLayout::getTextRunAdvances(paint, text, start, count, count, flags, in doTextRunCursor()
DTextLayout.cpp254 void TextLayout::getTextRunAdvances(SkPaint* paint, const jchar* chars, jint start, in getTextRunAdvances() function in android::TextLayout
/frameworks/base/core/java/android/widget/
DTextView.java3376 public float getTextRunAdvances(int start, int end, int contextStart, in getTextRunAdvances() method in TextView.CharWrapper
3381 return p.getTextRunAdvances(mChars, start + mStart, count, in getTextRunAdvances()
3386 public float getTextRunAdvances(int start, int end, int contextStart, in getTextRunAdvances() method in TextView.CharWrapper
3391 return p.getTextRunAdvances(mChars, start + mStart, count, in getTextRunAdvances()